Skip to content

Commit

Permalink
Fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoroney committed Dec 10, 2024
1 parent 005f742 commit e7b4e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/landing-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Label } from "@/components/ui/label"
import { useEffect, useState } from 'react';


import { Github, Download, Zap, Type, Globe, Sparkles, Heart, MessageCircle, Paintbrush, Star, Speech } from 'lucide-react'
import { Github, Download, Zap, Type, Globe, Heart, MessageCircle, Paintbrush, Star, Speech } from 'lucide-react'
import Image from 'next/image'


Expand Down Expand Up @@ -242,7 +242,7 @@ export default function Component() {
<div className="flex flex-col items-center bg-white rounded-lg px-10 py-10 shadow-sm text-gray-900">
<Star className="h-16 w-16 text-yellow-400 mb-6" />
<h3 className="text-2xl font-semibold mb-4 text-gray-900">Star on GitHub</h3>
<p className="text-gray-600 mb-6">Can't donate? Give us a star on GitHub to help others discover AutoSubs.</p>
<p className="text-gray-600 mb-6">Can&apos;t donate? Give us a star on GitHub to help others discover AutoSubs.</p>
<a href="https://www.buymeacoffee.com/tmoroney">
<Button className="bg-yellow-500 text-white hover:bg-yellow-600 font-semibold px-8 py-6 text-lg btn-hover-effect">
Give a Star
Expand Down

0 comments on commit e7b4e47

Please sign in to comment.