File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " dafolio" ,
3- "version" : " 0.2.9 " ,
3+ "version" : " 0.2.10 " ,
44 "private" : true ,
55 "dependencies" : {
66 "@testing-library/jest-dom" : " ^5.16.5" ,
Original file line number Diff line number Diff line change 228228.centered-button {
229229position : absolute;
230230left : 50% ;
231- top : 33 % ;
231+ top : 15 % ;
232232transform : translateX (-50% );
233+ pointer-events : none; /* Make it click-through */
233234}
234235
235- /* .google-blink {
236- animation: googleBlink 2s infinite;
237- } */
238236
239237@keyframes googleBlink {
240238 0% { color : # 4285F4 ; opacity : 1 ; } /* Google Blue */
Original file line number Diff line number Diff line change @@ -81,7 +81,16 @@ export const Home = () => {
8181
8282 < Space > * click *</ Space >
8383 < Body >
84+ < Space />
85+ < Space />
8486 < div className = "button-container" >
87+ < pre >
88+ < code >
89+ < Link to = "/map" >
90+ < Button > { linkTableMap . toString ( ) } </ Button >
91+ </ Link >
92+ </ code >
93+ </ pre >
8594 < pre >
8695 < code >
8796 < div className = "centered-button google-blink" >
@@ -91,15 +100,8 @@ export const Home = () => {
91100 </ div >
92101 </ code >
93102 </ pre >
94- < Space />
95- < pre >
96- < code >
97- < Link to = "/map" >
98- < Button > { linkTableMap . toString ( ) } </ Button >
99- </ Link >
100- </ code >
101- </ pre >
102103 </ div >
104+ < Space />
103105 < pre >
104106 < code >
105107 < Link to = "https://leetcode.com/u/dapetri/" >
You can’t perform that action at this time.
0 commit comments