Skip to content

Commit

Permalink
unwanted import
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky29-git committed Sep 8, 2024
1 parent 0257f70 commit 557b47a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pages/Landing.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Button } from "@/components/ui/button"
import { PenSquare, Lightbulb, Users, Zap, PenLine, Sparkles, Link } from "lucide-react"
import { PenSquare, Lightbulb, Users, Zap, PenLine, Sparkles } from "lucide-react"
import { useNavigate } from "react-router-dom";

export default function Component() {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/Signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Signin = () => {
<div className="w-full max-w-sm mx-auto lg:w-96">
<div className="flex items-center justify-center mb-8">
<PenSquare className="h-8 w-8 text-primary mr-2" />
<span className="text-2xl font-bold text-primary" onClick={() => {navigate('/')}}>Vichar</span>
<span className="text-2xl font-bold text-primary cursor-pointer" onClick={() => {navigate('/')}}>Vichar</span>
</div>
<h2 className="mt-6 text-3xl font-extrabold text-foreground">Sign in to your account</h2>
<p className="mt-2 text-sm text-muted-foreground">
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/Signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const Signup = () => {
<div className="w-full max-w-sm mx-auto lg:w-96">
<div className="flex items-center justify-center mb-8">
<PenSquare className="h-8 w-8 text-primary mr-2" />
<span className="text-2xl font-bold text-primary" onClick={() => {navigate('/')}}>Vichar</span>
<span className="text-2xl font-bold text-primary cursor-pointer" onClick={() => {navigate('/')}}>Vichar</span>
</div>
<h2 className="mt-6 text-3xl font-extrabold text-foreground">Create your account</h2>
<p className="mt-2 text-sm text-muted-foreground">
Expand Down

0 comments on commit 557b47a

Please sign in to comment.