Skip to content

Commit

Permalink
remove default face mask
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBroersma committed Jul 22, 2021
1 parent 59a566a commit 6a33860
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@bigheads/core": "0.3.1",
"@bigheads/core": "0.3.2",
"gatsby": "^2.23.7",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-manifest": "^2.4.17",
Expand Down
20 changes: 0 additions & 20 deletions site/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,26 +105,6 @@ const Home = () => {
return (
<>
<SEO />
<a
className="block fixed shadow-lg w-full bg-indigo-500 text-white hover:bg-indigo-600 transition-colors duration-500"
href="https://statik.ly"
target="_blank"
>
<div className="container mx-auto text-center py-2 text-lg">
<span
className="text-3xl align-middle"
role="img"
aria-label="Announcement"
>
📣
</span>{' '}
<span className="font-bold">Statik UI:</span> A modern UI kit by the
creator of Big Heads, based on Tailwind CSS
<div className="bg-white inline-block rounded text-indigo-500 font-bold px-6 py-2 ml-4">
Check it out!
</div>
</div>
</a>
<div className="h-12" />
<Hero />
<div className="px-4">
Expand Down

0 comments on commit 6a33860

Please sign in to comment.