Skip to content

Commit

Permalink
style: revert announcement heading
Browse files Browse the repository at this point in the history
  • Loading branch information
A1X5H04 committed Oct 15, 2023
1 parent 21edba1 commit 47b7275
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ function Header() {

return (
<header className="w-full z-10 sticky top-0 backdrop-blur-lg bg-white dark:bg-black bg-opacity-75 dark:bg-opacity-50 border-b border-slate-300 dark:border-gray-800 duration-200">
<div className="w-full inline-flex items-center gap-3 justify-center text-center py-1 animate-pulse uppercase text-sm">
<MegaphoneSimple size={20} />
<h1 className="font-mono">
This Portfolio will be migrated to{" "}
<span className="font-bold text-base">Next.Js</span> soon...
</h1>
</div>
<div className="relative flex justify-between py-5 px-8">
<div className="flex gap-8">
<p className="font-bold">A1X5H04</p>
Expand Down

0 comments on commit 47b7275

Please sign in to comment.