Skip to content

Commit

Permalink
add test Image component
Browse files Browse the repository at this point in the history
  • Loading branch information
firehawk89 committed Dec 22, 2023
1 parent 2420ed2 commit 2c04d9a
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
import Image from 'next/image'

export default function Home() {
return (
<div className="flex items-center">
<svg
fill="none"
height="161"
viewBox="0 0 196 161"
width="196"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M142.835 91.4259C99.0216 106.204 61.9886 52.6329 48.9489 24C44.892 30.7734 38.1693 50.9704 43.733 77.5713C50.6875 110.822 84.5909 106.204 85.4602 121.906C86.3295 137.608 38.517 132.99 22 131.143C101.108 173.63 134.142 132.99 142.835 119.135C151.528 105.281 161.091 104.357 175 106.204C167.176 93.2732 156.744 85.8841 142.835 91.4259Z"
fill="#F2F2F2"
/>
<path
d="M121 86C140.504 78 157.84 46.6667 164.071 32C167.971 57.6 158.653 77.3333 153.506 84C149.443 84 137.253 84.4 121 86Z"
fill="#F2F2F2"
/>
</svg>
<Image
alt="change"
className="fill-blue-500"
height={24}
src="/icons/change.svg"
width={24}
/>
<div>GOLUB</div>
<div>🚀</div>
</div>
Expand Down

0 comments on commit 2c04d9a

Please sign in to comment.