Skip to content

Commit e9cc80f

Browse files
authored
feat: update announcement bar with spring 2025 kickoff info (#174)
1 parent 60fac45 commit e9cc80f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docusaurus.config.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@ const config = {
118118
disableSwitch: false,
119119
respectPrefersColorScheme: true,
120120
},
121-
// announcementBar: {
122-
// id: 'announcement-bar',
123-
// content:
124-
// 'ADD CONTENT HERE',
125-
// backgroundColor: '#48a0ff',
126-
// textColor: '#fff',
127-
// isCloseable: false
128-
// },
121+
announcementBar: {
122+
id: 'announcement-bar',
123+
content:
124+
'🚀 Spring 2025 Kick-off meeting this Thursday (1/30/2025)! See our <a href="https://umlcloudcomputing.org/docs/spring-2025/week-2">schedule</a> for more details. 🚀',
125+
backgroundColor: '#48a0ff',
126+
textColor: '#fff',
127+
isCloseable: false
128+
},
129129
navbar: {
130130
title: 'UML Cloud Computing Club',
131131
logo: {

0 commit comments

Comments
 (0)