Skip to content

Commit

Permalink
Update Hero.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
chartgerink authored Nov 7, 2023
1 parent 156050e commit 583ef65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/components/home/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const Hero = () => {
<div className="flex flex-col items-center gap-4 px-7">
<h1 className="max-w-5xl text-4xl font-bold text-slate-800 dark:text-white md:text-7xl md:font-extrabold">
{/* {t("hero")} */}
Your research journey made visible & accessible
Testing Flightcontrol Previews
</h1>
<p className="max-w-[800px] text-base text-slate-600 dark:text-slate-300 md:text-xl">
{/* {t("hero_subtitle")} */}
Expand Down

0 comments on commit 583ef65

Please sign in to comment.