We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be85e5b commit b8ac1d4Copy full SHA for b8ac1d4
1 file changed
transcript42/app/components/LoginOverlay.tsx
@@ -15,10 +15,10 @@ export default function LoginOverlay() {
15
return (
16
<div className="login-card max-w-[400px] w-full rounded-xl p-10 text-center relative z-10 flex flex-col items-center">
17
<h1 className="m-0 leading-tight text-white text-[2.5rem] font-extrabold tracking-tight">
18
- 42_Transcipt
+ ft_Transcipt
19
</h1>
20
<h2 className="mt-2 mb-8 leading-normal text-white/70 text-lg font-normal">
21
- Academic Transcript 42
+ Academic Transcript
22
</h2>
23
<a
24
className="login-btn inline-block text-white px-7 py-3.5 rounded-lg text-base font-semibold no-underline"
0 commit comments