Skip to content

Commit

Permalink
made some small changes on soeknader
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaWembstad committed Sep 4, 2024
1 parent 11609fb commit 519ecca
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion frontend/src/app/for_studenten/soeknader/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = [
Expand Down Expand Up @@ -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" />,
},
];
Expand Down Expand Up @@ -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">
Expand Down

0 comments on commit 519ecca

Please sign in to comment.