Skip to content

Commit

Permalink
fix: removed curser.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitm001 committed Aug 22, 2024
1 parent f7fcf02 commit 01d1646
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 85 deletions.
83 changes: 0 additions & 83 deletions app/components/cursor/Cursor.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from "react"
import './global.css'
import { Metadata } from "next"
import { Inter } from "next/font/google"
import Cursor from "./components/cursor/Cursor"

export const metadata : Metadata = {
title: 'Sumit So',
Expand All @@ -24,7 +23,6 @@ export default function RootLayout({
return (
<html lang="en">
<body className="antialiased bg-[#f6f5f1] w-full lg:mx-auto">
<Cursor></Cursor>
<main className="flex-auto min-w-0 flex flex-col md:px-0">
{children}
</main>
Expand Down

0 comments on commit 01d1646

Please sign in to comment.