We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db122c commit d4fc62eCopy full SHA for d4fc62e
1 file changed
src/components/HeroSection.tsx
@@ -49,14 +49,14 @@ export default function HeroSection({
49
50
{errorFlag ? (
51
<section className="text-primary flex flex-col items-center gap-4 text-center md:gap-6">
52
- <h2 className="text-3xl">Upload Failed!</h2>
+ <h2 className="text-3xl font-main">Upload Failed!</h2>
53
<p className="text-xl">
54
The file doesn't look like a proper Instagram
55
followers.json or following.json file
56
</p>
57
<button
58
onClick={() => setErrorFlag(false)}
59
- className="rounded-xl border-1 px-4 py-2 text-lg shadow-sm transition hover:scale-105 hover:cursor-pointer"
+ className="rounded-xl border-1 px-4 py-2 text-lg shadow-sm transition hover:scale-105 hover:cursor-pointer text-accent bg-light-accent"
60
>
61
Try Again
62
</button>
0 commit comments