Skip to content

Commit c0d4429

Browse files
committed
Revert "chore(): add event announce"
This reverts commit 209899e.
1 parent bbf23ad commit c0d4429

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
announcementBar: { // toggle display:** at src/styles/custom.scss
3333
id: 'announcement-bar',
3434
content:
35-
'<a href="https://nishinomiya.connpass.com/event/367811/" target="_blank" rel="noopener">イベント「ユーザ認証再入門。ログイン機構を見直そう」 / 9月21日(日)開催</a>',
35+
'<a href="https://nishinomiya.connpass.com/event/351893/" target="_blank" rel="noopener">「そのリファクタ、なぜ必要?理由付きで見せます!」 / 4月29日(火)開催</a>',
3636
isCloseable: false,
3737
},
3838
colorMode: {

src/styles/custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +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;
8+
display: none;
99

1010
&:hover,
1111
&:focus,

0 commit comments

Comments
 (0)