Skip to content

Commit

Permalink
Add Coming Soon Banner
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperBlue committed Dec 12, 2023
1 parent e500b7e commit ab6ebf0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions app/components/ComingSoonBanner/ComingSoonBanner.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

const ComingSoonBanner = () => {
return (
<div
style={{
maxWidth : '100%',
width : '100vw',
height : 80,
backgroundColor : '#000000a0'
}}
>
<span
style={{
color : '#fff',
fontSize : 32
}}
>
COMING SOON
</span>
</div>
)
}

export default ComingSoonBanner;
Empty file.

0 comments on commit ab6ebf0

Please sign in to comment.