Skip to content

Commit

Permalink
🔥 refactor(TopNav.tsx): remove hardcoded 'AZURE' text from TopNav com…
Browse files Browse the repository at this point in the history
…ponent

🚀 feat(logo.svg): add Ditectrev logo as a new SVG file for the project
  • Loading branch information
danieldanielecki committed Mar 23, 2024
1 parent e88a03a commit 15e72ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/TopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const TopNav = () => {
)}
</div>
<div className="flex items-center flex-col w-full">
<p className="font-bold text-4xl leading-7">AZURE</p>
<Image
src="/logo.svg"
alt="Ditectrev Logo"
Expand Down
File renamed without changes

0 comments on commit 15e72ce

Please sign in to comment.