Skip to content

Commit 64768db

Browse files
committed
fourth time files restored
1 parent f4a4575 commit 64768db

File tree

2 files changed

+116
-1
lines changed

2 files changed

+116
-1
lines changed

public/icon.svg

Lines changed: 115 additions & 0 deletions
Loading

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function App() {
88
<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
99
h-full lg:min-h-screen min-w-full overflow-hidden">
1010
<div className="grid place-items-center py-6">
11-
<img src="./icon.svg" height={"200px"} width={"200px"} />
11+
<img src="/icon.svg" height={"200px"} width={"200px"} />
1212
</div>
1313
<div>
1414
<h1 className="text-[50px] font-extrabold lg:text-[80px]">

0 commit comments

Comments
 (0)