Skip to content

Commit 53dff5e

Browse files
committed
chore(): announce nishinomiya.dev
1 parent d1fd3d9 commit 53dff5e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ 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/351893/" target="_blank" rel="noopener">「そのリファクタ、なぜ必要?理由付きで見せます!」 / 4月29日(火)開催</a>',
36-
isCloseable: false,
35+
'<a href="https://nishinomiya.connpass.com/event/356978/" target="_blank" rel="noopener">「フロントエンドのためのセキュリティ入門 - 初心者向け」 / 6月15日(日)開催</a>',
36+
isCloseable: true,
3737
},
3838
colorMode: {
3939
defaultMode: 'light',

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)