From 50d7157be3871f671ddfabc699a21733fa74a1b8 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Sat, 21 Jan 2023 13:06:19 +0700 Subject: Detail transaction page --- src/components/AppBar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/AppBar.js') diff --git a/src/components/AppBar.js b/src/components/AppBar.js index aeffdf12..4cac8ce5 100644 --- a/src/components/AppBar.js +++ b/src/components/AppBar.js @@ -1,4 +1,4 @@ -import { ArrowLeftIcon, HeartIcon, HomeIcon } from "@heroicons/react/24/outline"; +import { ChevronLeftIcon, HeartIcon, HomeIcon } from "@heroicons/react/24/outline"; import Head from "next/head"; import { useRouter } from "next/router"; import { useEffect, useState } from "react"; @@ -35,7 +35,7 @@ const AppBar = ({ title }) => { {/* --- Start Title */}

{ title }

-- cgit v1.2.3