Skip to content

Commit 1681e30

Browse files
committed
chore(): close event
1 parent f4993d1 commit 1681e30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
organizationName: 'ionic-team',
3030
projectName: 'capacitor-docs',
3131
themeConfig: {
32-
announcementBar: {
32+
announcementBar: { // toggle display:** at src/styles/custom.scss
3333
id: 'announcement-bar',
3434
content:
3535
'<a href="https://nishinomiya.connpass.com/event/344917/" target="_blank" rel="noopener">[ほろ酔いLT大会] 2025年に役立つWeb制作と事業トピック / 3月22日(土)開催</a>',

src/styles/custom.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
[class*='announcementBar_'] {
77
background: radial-gradient(circle, rgba(58, 99, 255, 1), rgba(42, 179, 252, 1) 90%);
8+
display: none;
89

910
&:hover,
1011
&:focus,

0 commit comments

Comments
 (0)