-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
made some small changes on soeknader
- Loading branch information
1 parent
11609fb
commit 519ecca
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ import { FileQuestion } from "lucide-react"; | |
import { Flower } from "lucide-react"; | ||
import { Notebook } from "lucide-react"; | ||
import { Button } from "@/components/ui/button"; | ||
import { Mail } from "lucide-react"; | ||
|
||
const soeknaderPage = () => { | ||
const unnagjortCards: nyStudentCardProps[] = [ | ||
|
@@ -70,7 +71,7 @@ const soeknaderPage = () => { | |
), | ||
frist: "", | ||
buttonText: "Se eldre søknader", | ||
href: "https://www.youtube.com", | ||
href: "https://drive.google.com/drive/folders/1nM-PpRLzSYRzXTxGqjNdU8iynfK6UO3p", | ||
icon: <FileQuestion className="h-5" />, | ||
}, | ||
]; | ||
|
@@ -137,6 +138,21 @@ const soeknaderPage = () => { | |
Søknaden skal være sendt inn minst 4 uker før midlene skal være | ||
utbetalt! | ||
</p> | ||
<br></br> | ||
<br></br> | ||
<br></br> | ||
<br></br> | ||
|
||
<p className= "font-thin text-sm"> | ||
Søknader sendes til styret: | ||
</p> | ||
<div className="flex justify-items gap-2 pt-2"> | ||
<Mail className="h-4 w-4 text-[#9DDBAD]"></Mail> | ||
<p className ="font-thin text-xs"> | ||
[email protected] | ||
</p> | ||
</div> | ||
|
||
</div> | ||
|
||
<div className="w-[90%] bg-[#00333A] lg:w-fit flex flex-col justify-between gap-y-4 px-12 py-5"> | ||
|