Skip to content

Commit

Permalink
fix: link on back click
Browse files Browse the repository at this point in the history
  • Loading branch information
mvriu5 committed Aug 2, 2024
1 parent b7a9b1c commit 2c4ad18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "griller",
"license": "MIT",
"version": "1.0.13",
"version": "1.0.14",
"private": false,
"repository": {
"url": "https://github.com/mvriu5/griller"
Expand Down
2 changes: 1 addition & 1 deletion src/app/lab/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function Home() {
<div className={"flex flex-row items-center space-x-8 border-b border-zinc-200 pb-4"}>
<div className={"flex flex-row items-center space-x-2"}>
<div className={"rounded-lg p-1 hover:bg-zinc-200 cursor-pointer"}
onClick={() => router.back()}
onClick={() => window.location.href = 'https://griller.ahsmus.com'}
>
<ArrowLeftFromLine size={20} className={"text-zinc-700"}/>
</div>
Expand Down

0 comments on commit 2c4ad18

Please sign in to comment.