Skip to content

Commit

Permalink
Update remix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 29, 2024
1 parent 6f99577 commit ff3daf8
Show file tree
Hide file tree
Showing 6 changed files with 6,005 additions and 5,461 deletions.
12 changes: 6 additions & 6 deletions app/components/Chessguessr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,13 +297,13 @@ export const Chessguessr = ({
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
strokeWidth="1.5"
stroke="currentColor"
className="w-4 h-4"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
d="M4.5 12.75l6 6 9-13.5"
/>
</svg>
Expand All @@ -312,13 +312,13 @@ export const Chessguessr = ({
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
strokeWidth="1.5"
stroke="currentColor"
className="w-4 h-4"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
d="M13.19 8.688a4.5 4.5 0 011.242 7.244l-4.5 4.5a4.5 4.5 0 01-6.364-6.364l1.757-1.757m13.35-.622l1.757-1.757a4.5 4.5 0 00-6.364-6.364l-4.5 4.5a4.5 4.5 0 001.242 7.244"
/>
</svg>
Expand Down
6 changes: 3 additions & 3 deletions app/components/Modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ export default function Modal({
className="stroke-current flex-shrink-0 w-6 h-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
></path>
</svg>
Expand Down
6 changes: 3 additions & 3 deletions app/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ export const Navbar = ({ setShowModal, setShowTutorial, showNavbarStats }) => {
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
strokeWidth="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
strokeLinecap="round"
strokeLinejoin="round"
d="M5 8h14M5 8a2 2 0 110-4h14a2 2 0 110 4M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8m-9 4h4"
/>
</svg>
Expand Down
6 changes: 3 additions & 3 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ export default function App() {
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"
/>
</svg>
Expand Down
Loading

1 comment on commit ff3daf8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for chessguessr ready!

✅ Preview
https://chessguessr-j1ra0j0hf-assios.vercel.app

Built with commit ff3daf8.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.