diff --git a/pages/index.tsx b/pages/index.tsx
index ba0a912..8f364e2 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -4,7 +4,7 @@ import { useState } from 'react';
export default function Home() {
- let [userId, setUserId] = useState('')
+ let [userId, setUserId] = useState(':id')
return (
<>
@@ -36,10 +36,8 @@ export default function Home() {
For further customization, check out the repo!
-
- Preview
-
-
+
+
@@ -122,7 +120,9 @@ const Link = styled.div`
scrollbar-width: thin;
`
-const Example = styled.div`
+const Example = styled.img`
+ margin-top: 1.5rem;
+
@media(max-height: 800px){
display: none;
}