Skip to content

Commit

Permalink
Merge pull request #94 from alfiyafatima09/main
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySingh04 authored Oct 15, 2024
2 parents c4b9260 + bd6d787 commit 6ae9b7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/(default)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ export default function Home() {
className="rounded-3xl mt-20"
/> */}
<Image
src={"/images/pbctf.png"}
alt="pbctf"
src={"/images/recruitment.png"}
alt="recruitment-poster"
height={400}
width={1100}
className="rounded-3xl mt-20"
/>
<div className="flex md:flex-row flex-col justify-center items-center py-10 px-5">
<a href="/pbctf">
<a href="/recruitment">
<button className="btn-sm px-5 py-3 text-xl font-bold text-white bg-green-600 mx-3 rounded-xl mt-10">
Register Now
</button>
Expand Down
Binary file added public/images/recruitment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6ae9b7f

Please sign in to comment.