File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,14 @@ function App() {
17
17
>
18
18
Learn React
19
19
</ a >
20
+ < a
21
+ className = "App-link"
22
+ href = "https://tanstack.com"
23
+ target = "_blank"
24
+ rel = "noopener noreferrer"
25
+ >
26
+ Learn TanStack
27
+ </ a >
20
28
</ header >
21
29
</ div >
22
30
) ;
Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ function App() {
4
4
return (
5
5
< div className = "text-center" >
6
6
< header className = "min-h-screen flex flex-col items-center justify-center bg-[#282c34] text-white text-[calc(10px+2vmin)]" >
7
- < img src = { logo } className = "h-[40vmin] pointer-events-none animate-[spin_20s_linear_infinite]" alt = "logo" />
7
+ < img
8
+ src = { logo }
9
+ className = "h-[40vmin] pointer-events-none animate-[spin_20s_linear_infinite]"
10
+ alt = "logo"
11
+ />
8
12
< p >
9
13
Edit < code > src/App.tsx</ code > and save to reload.
10
14
</ p >
@@ -16,6 +20,14 @@ function App() {
16
20
>
17
21
Learn React
18
22
</ a >
23
+ < a
24
+ className = "text-[#61dafb] hover:underline"
25
+ href = "https://tanstack.com"
26
+ target = "_blank"
27
+ rel = "noopener noreferrer"
28
+ >
29
+ Learn TanStack
30
+ </ a >
19
31
</ header >
20
32
</ div >
21
33
) ;
You can’t perform that action at this time.
0 commit comments