File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ import React from 'react' ;
2+ import NavbarLayout from '@theme-original/Navbar/Layout' ;
3+ import NavbarContent from '@theme-original/Navbar/Content' ;
4+ import styles from './index.module.css' ;
5+
6+ export default function Navbar ( ) {
7+ return (
8+ < >
9+ < a href = "https://www.standwithminnesota.com/" target = "__blank" className = { styles . topBar } >
10+ < span >
11+ < strong > Minnesotans are being repressed by a violent regime</ strong >
12+ < br />
13+ < u > Find out how you can help help!</ u >
14+ </ span >
15+ </ a >
16+ < NavbarLayout >
17+ < NavbarContent />
18+ </ NavbarLayout >
19+ </ >
20+ ) ;
21+ }
Original file line number Diff line number Diff line change 1+
2+ .topBar {
3+ display : flex;
4+ justify-content : center;
5+ align-items : center;
6+ background-color : # 338 ;
7+ height : 6rem ;
8+ color : white;
9+ text-align : center;
10+ }
11+
You can’t perform that action at this time.
0 commit comments