Skip to content

Commit

Permalink
Add advertisement banner for Nova (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajxu2 authored Oct 27, 2024
1 parent 3d3f355 commit 7ba747d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"vite": "^5.2.3",
"vite": "^5.4.7",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-pwa": "^0.19.6",
"vite-plugin-svgr": "^4.2.0",
Expand Down
8 changes: 8 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,11 @@ body {
text-align: center;
background-color: #23272a;
}

.AdBanner {
padding: 1rem;
font-size: 1.5em;
color: white;
text-align: center;
background-color: #007fff;
}
10 changes: 10 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ function App() {
<React.StrictMode>
<BrowserRouter>
<div className="App">
<div className="AdBanner">
‼️ Sign up for{' '}
<a
href="https://nova.scottylabs.org/"
style={{ color: 'white' }}
>
<strong>Nova</strong>
</a>
, ScottyLabs&apos; new GenAI Hackathon! 🖥️
</div>
<div className="MainContent">
<Routes>
<Route
Expand Down

0 comments on commit 7ba747d

Please sign in to comment.