Skip to content

Commit

Permalink
fix: prod issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Valimp committed Apr 11, 2024
1 parent 889af7d commit 1a43bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const Image = ({ src, alt, width, height }: ImageProps) => {
src={src}
alt={alt}
style={{ width: `${width}px`, height: `${height}px`, borderRadius: '10px'}}
className="object-cover"
/>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import TextButton from "./TextButton"
const Navbar = (props: any) => {
return (
<header className="h-16 w-full shadow backdrop-blur-lg bg-opacity-70 dark:bg-opacity-70 bg-white-default dark:bg-gray-dark sticky top-0 flex justify-center items-center gap-5">
<a href="/">
<a href="/vite-react-ts/">
<img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Animals/Beetle.png" alt="Beetle" width="25" height="25" />
</a>
<nav className="flex gap-5">
Expand Down

0 comments on commit 1a43bc0

Please sign in to comment.