Skip to content

Commit

Permalink
fix: metadata for dutyfree
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatsandeepsen committed Feb 4, 2025
1 parent 2204ee2 commit 792f446
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions app/projects/dutyfree/page.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
export default function Project(){
import type { Metadata } from "next";

export const metadata: Metadata = {
title: "DutyFree - Duty Leave Generator",
description: "Duty Leave Generator AI Tool for the students of SJCET Palai college.",
authors: { name: "Abhijith S", url: "https://github.com/abhips2005" }
};

export default function Project() {
return <div className="relative h-screen overflow-auto">
<iframe
src="https://leaveletter.streamlit.app?embed=true"
frameBorder="0"
<iframe
title="DutyFree"
src="https://leaveletter.streamlit.app?embed=true&embed_options=show_toolbar"
frameBorder="0"
className="absolute top-0 left-0 h-full w-full border-0 bg-white">
</iframe>
</div>
Expand Down

0 comments on commit 792f446

Please sign in to comment.