Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnapatp committed Jun 1, 2023
1 parent 2478b14 commit 962722a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/components/layout/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,6 @@ import Footer from "../footer/footer";
export default function ({ children }) {
return (
<>
<div className="bg-gray-200 dark:bg-slate-800 py-3">
<div className="text-center">
I'm support{" "}
<a
href="https://ukraine.ua/"
target="_blank"
className="text-[#0057B7] dark:text-[#0057B7] bg-[#FFDD00] font-bold px-[2px]"
>
UKRAINE
</a>
🇺🇦 Слава Україні | {" "}
<a href="https://u24.gov.ua/" target="_blank">
Donate now {"->"}
</a>
</div>
</div>
<Navbar />
<div className="bg-white dark:bg-slate-700 text-black dark:text-white min-h-screen">
<Container>
Expand Down

1 comment on commit 962722a

@vercel
Copy link

@vercel vercel bot commented on 962722a Jun 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.