Skip to content

Commit

Permalink
Add additional favicons 🤓
Browse files Browse the repository at this point in the history
  • Loading branch information
typeofweb committed Oct 19, 2023
1 parent cff4bc7 commit fc59164
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 1 deletion.
Binary file removed favicon.ico
Binary file not shown.
Binary file added src/app/apple-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/app/favicon.ico
Binary file not shown.
Binary file added src/app/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/app/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import { Inter } from "next/font/google";
import "./globals.css";
import { type ReactNode } from "react";
import { type Metadata } from "next";
import { AuthProvider } from "@/ui/components/AuthProvider";
import { DraftModeNotification } from "@/ui/components/DraftModeNotification";

const inter = Inter({ subsets: ["latin"] });

export const metadata = {
export const metadata: Metadata = {
title: "Saleor Storefront example",
description: "Starter pack for building performant e-commerce experiences with Saleor.",
};
Expand Down

0 comments on commit fc59164

Please sign in to comment.