Skip to content
Open

Main #99

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const ibmPlexSerif = IBM_Plex_Serif({
})

export const metadata: Metadata = {
title: "Horizon",
description: "Horizon is a modern banking platform for everyone.",
title: "Akani bank",
description: "Akani Bank - Batho Pele Conscientious Bank",
icons: {
icon: '/icons/logo.svg'
}
Expand Down
4 changes: 2 additions & 2 deletions components/AuthForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ const AuthForm = ({ type }: { type: string }) => {
src="/icons/logo.svg"
width={34}
height={34}
alt="Horizon logo"
alt="Akani Bank logo"
/>
<h1 className="text-26 font-ibm-plex-serif font-bold text-black-1">Horizon</h1>
<h1 className="text-26 font-ibm-plex-serif font-bold text-black-1">Akani Bank</h1>
</Link>

<div className="flex flex-col gap-1 md:gap-3">
Expand Down
4 changes: 2 additions & 2 deletions components/MobileNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ const MobileNav = ({ user }: MobileNavProps) => {
src="/icons/logo.svg"
width={34}
height={34}
alt="Horizon logo"
alt="Akani Bank logo"
/>
<h1 className="text-26 font-ibm-plex-serif font-bold text-black-1">Horizon</h1>
<h1 className="text-26 font-ibm-plex-serif font-bold text-black-1">Akani Bank</h1>
</Link>
<div className="mobilenav-sheet">
<SheetClose asChild>
Expand Down
4 changes: 2 additions & 2 deletions components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ const Sidebar = ({ user }: SiderbarProps) => {
src="/icons/logo.svg"
width={34}
height={34}
alt="Horizon logo"
alt="Akani Bank logo"
className="size-[24px] max-xl:size-14"
/>
<h1 className="sidebar-logo">Horizon</h1>
<h1 className="sidebar-logo">Akani Bank</h1>
</Link>

{sidebarLinks.map((item) => {
Expand Down
22 changes: 11 additions & 11 deletions public/icons/auth-image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 8 additions & 57 deletions public/icons/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.