Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

made some small changes on soeknader #65

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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