Skip to content

Commit

Permalink
image changes
Browse files Browse the repository at this point in the history
  • Loading branch information
enkhbold470 authored May 31, 2024
1 parent 333af28 commit e055ae8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions src/app/components/Schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ export default function Schedule() {
<h1 className="p-2 m-2"> Schedule </h1>
<div className="flex justify-center gap-2 flex-col lg:flex-row">
<Image
src="/schedule/m11.png"
src="/m11.png"
width={500}
height={500}
alt="Picture of the author"
/>
<Image
src="/schedule/m12.png"
src="/m12.png"
width={500}
height={500}
alt="Picture of the author"
Expand Down
5 changes: 3 additions & 2 deletions src/app/components/landing.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Countdown from "./Countdown";
import Image from "next/image";
export default function Landing() {
return (
<>
Expand Down Expand Up @@ -42,8 +43,8 @@ export default function Landing() {
<h1 className="text-2xl mt-5">Discord</h1>
<div className="flex w-max border-2 justify-center p-2 hover:border-blue-500 rounded-md">
<a href="https://discord.com/invite/V225BEAD9S">
<img
src="./qrcode_discord.com.png"
<Image
src="/qrcode_discord.com.png"
alt=""
width={250}
height={250}
Expand Down

0 comments on commit e055ae8

Please sign in to comment.