Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
acayseth committed Aug 17, 2023
1 parent 9bd8e04 commit 81628e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export default function StandWithUkraineComponent() {
return (
<div className="flex flex-1 flex-col fixed top-16 left-0 right-0 bg-black shadow-gray-600 shadow z-40">
<div className="relative">
<div className="w-full border-t-8 border-t-yellow-500/80"></div>
<div className="w-full border-t-8 border-t-blue-500/80"></div>
<div className="w-full border-t-8 border-t-yellow-500/80"></div>
</div>
<div className="absolute top-0 bottom-0 left-0 right-0">
<p className="font-semibold text-center text-xs text-white opacity-100">#StandWithUkraine</p>
Expand Down

0 comments on commit 81628e8

Please sign in to comment.