Skip to content
Merged
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
Binary file modified CryptoHackAI-web/src/app/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion CryptoHackAI-web/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@tailwind utilities;

:root {
--background: #ffffff;
--background: #B4AB9A;
--foreground: #171717;
}

Expand Down
4 changes: 2 additions & 2 deletions CryptoHackAI-web/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const geistMono = Geist_Mono({
});

export const metadata: Metadata = {
title: "Travel Wise",
description: "Generated by create next app",
title: "CryptoHack AI",
description: "An AI-powered assistant that generates innovative ideas for cryptocurrency and AI projects, helping users brainstorm tokenomics, decentralized applications, and AI-driven solutions.",
};

export default function RootLayout({
Expand Down