diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-31 14:32:38 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-31 14:32:38 +0700 |
| commit | 3496025d97140268dc2e899adca994b5b9f343c0 (patch) | |
| tree | 3d8b51fc624b09a7ba46409e9e8a81fbd02da582 /src/components/layouts/AppBar.js | |
| parent | d194dcc23c19a4cf31863b32770f8df77e1f675a (diff) | |
quotation and categories
Diffstat (limited to 'src/components/layouts/AppBar.js')
| -rw-r--r-- | src/components/layouts/AppBar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/layouts/AppBar.js b/src/components/layouts/AppBar.js index b4c7703c..c3d38707 100644 --- a/src/components/layouts/AppBar.js +++ b/src/components/layouts/AppBar.js @@ -43,7 +43,7 @@ const AppBar = ({ title }) => { {/* --- Start Icons */} <div className="flex gap-x-4 items-center"> - <Link href="/"> + <Link href="/my/wishlist"> <HeartIcon className="w-6 stroke-2 text-gray_r-12"/> </Link> <Link href="/"> |
