Skip to content

Commit

Permalink
feat : add ico
Browse files Browse the repository at this point in the history
  • Loading branch information
Puskar-Roy committed May 19, 2024
1 parent 5df3dc2 commit f4391bc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file modified apps/client/app/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions apps/client/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import {Navbar} from "@/components/Navbar";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Create My API",
description: "Docs For Create My API.",
};

export default function RootLayout({
Expand Down
4 changes: 2 additions & 2 deletions apps/client/components/HeroScroll.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import React from "react";
import { ContainerScroll } from "@/components/ui/container-scroll-animation";
import Image from "next/image";
import test from '@/public/npm-api.png'
import { Copse, Raleway, Montserrat } from "next/font/google";
import test from "@/public/create-my-api-npm.png";
import { Montserrat } from "next/font/google";

const alata = Montserrat({
weight: "800",
Expand Down
Binary file added apps/client/public/create-my-api-npm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-my-api",
"version": "1.0.11",
"version": "1.0.12",
"description": "Welcome to the CLI For Build API",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit f4391bc

Please sign in to comment.