Skip to content

Commit

Permalink
Merge pull request #173 from Milan-Ram/dev
Browse files Browse the repository at this point in the history
chore: applestore logo fix
  • Loading branch information
walking-pal authored Feb 20, 2024
2 parents bd2529b + f4c1636 commit 1d7b59f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added assets/png/apple.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 assets/png/applestore.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 pages/home/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Box, Button, Slide, Stack, Typography } from "@mui/material";
import Image from "next/image";
import Link from "next/link";
import { FC } from "react";
import applestore from "assets/png/applestore.png";
import applestore from "assets/png/apple.png";
import play from "assets/png/play.png";

interface IHero {}
Expand Down

0 comments on commit 1d7b59f

Please sign in to comment.