Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
PauMatas committed Mar 14, 2024
1 parent e28363f commit d11e475
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 194 deletions.
30 changes: 0 additions & 30 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// import CustomFeed from "@/components/CustomFeed";
import { buttonVariants } from "@/components/ui/Button"
import { getAuthSession } from "@/lib/auth"
import { FileTextIcon, HelpCircleIcon, HomeIcon, BookIcon } from "lucide-react"
Expand Down Expand Up @@ -90,35 +89,6 @@ export default async function Home() {
<>
<h1 className="font-bold text-3xl md:text-4xl">El teu espai</h1>
<div className="grid grid-cols-1 md:grid-cols-3 gap-y-4 md:gap-x-4 py-6">
{/* Feed
{session ? <CustomFeed /> : null} */}

{/* subjects info */}
{/* <div className="overflow-hidden h-fit rounded-lg border border-gray-200 order-first md:order-last mb-4">
<div className="bg-emerald-100 px-6 py-4">
<p className="font-semibold py-3 flex items-center gap-1.5">
<HomeIcon className="w-4 h-4" />
Home
</p>
</div>
<div className="-my-3 divide-y divide-gray-100 px-6 py-4 text-sm leading-6">
<div className="flex justify-between gap-x-4 py-3">
<p className="text-zinc-500">
La teva pàgina d Apunts de Dades. Accedeix aquí per a veure els apunts de les assignatures que
t interessen.
</p>
</div>
<Link
className={buttonVariants({
className: "w-full mt-4 mb-6",
})}
href="/create">
Crea una assignatura
</Link>
</div>
</div> */}
<div className="overflow-hidden h-fit rounded-lg border border-gray-200 order-first mb-4">
<div className="bg-pink-100 px-6 py-4">
<p className="font-semibold py-3 flex items-center gap-1.5">
Expand Down
45 changes: 0 additions & 45 deletions src/components/CustomFeed.tsx

This file was deleted.

119 changes: 0 additions & 119 deletions src/components/SubscribeLeaveToggle.tsx

This file was deleted.

0 comments on commit d11e475

Please sign in to comment.