Skip to content

Commit

Permalink
change link for citd
Browse files Browse the repository at this point in the history
  • Loading branch information
briangtn committed Oct 16, 2024
1 parent 2779f79 commit e8c9407
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
} from "../components/home";
import { PlanCite } from "../components/home/plan";
import { Partners } from "../components/partners";
import { MyLink } from "../helpers/links";
import Layout from "../layout";

const HomeContent = () => {
Expand Down Expand Up @@ -85,7 +86,9 @@ const HomeContent = () => {
</Box>
</CardContent>
<CardActions>
<Button size="small" style={{marginLeft: "auto"}}>{t("pages.home.animations.learn-more")}</Button>
<MyLink style={{marginLeft: "auto"}} to="http://codeinthedark.com/">
<Button size="small">{t("pages.home.animations.learn-more")}</Button>
</MyLink>
</CardActions>
</Card>
<Card className="animation-card">
Expand Down

0 comments on commit e8c9407

Please sign in to comment.