Skip to content

Commit

Permalink
adding reg link to Secure ur place button
Browse files Browse the repository at this point in the history
  • Loading branch information
AssoulYasser committed Jun 21, 2024
1 parent 1c21254 commit 4cf6aa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/src/assets/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Haick24</title>
</head>
Expand Down
4 changes: 2 additions & 2 deletions src/components/hero/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const Landing= () => {
<h1 className="title font-WorkSans text-4xl font-semibold">
is officially here !
</h1>
<button
<a href='https://schoolofai-algiers.github.io/haick24-reg-form/'
className="bg-oceanBlue px-7 py-2 text-[#000] rounded-full font-semibold hover:justify-center transition-all overflow-hidden"
>
{/*
Expand All @@ -111,7 +111,7 @@ const Landing= () => {
className={'animateRow transition-all delay-300 ease-in-out'}
/>
</span>
</button>
</a>

</div>
);
Expand Down

0 comments on commit 4cf6aa7

Please sign in to comment.