We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a4575 commit 64768dbCopy full SHA for 64768db
public/icon.svg
src/App.tsx
@@ -8,7 +8,7 @@ function App() {
8
<div className="flex p-9 bg-fixed gap-11 flex-col place-items-center bg-gradient-to-t from-blue-950 to-black text-white
9
h-full lg:min-h-screen min-w-full overflow-hidden">
10
<div className="grid place-items-center py-6">
11
- <img src="./icon.svg" height={"200px"} width={"200px"} />
+ <img src="/icon.svg" height={"200px"} width={"200px"} />
12
</div>
13
<div>
14
<h1 className="text-[50px] font-extrabold lg:text-[80px]">
0 commit comments