Skip to content

Commit

Permalink
palestine will be free (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
pveyes authored Nov 4, 2023
1 parent 0c1068e commit 2242f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/HeadingWithNum.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function HeadingWithNum(props: Props) {

return (
<span>
{props.enableLiarMode ? "Katlie" : "Katla"}
{props.enableLiarMode ? "Katlie" : <><span style={{ color: "#EE2A35"}}>K</span>at<span style={{ color: "#009736"}}>la</span></>}
{props.num && (
<sup
className={`-top-4 tracking-tight ${customNumClass}`}
Expand Down

1 comment on commit 2242f28

@vercel
Copy link

@vercel vercel bot commented on 2242f28 Nov 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

katla – ./

katla-katla.vercel.app
katla.vercel.app
katla-git-main-katla.vercel.app
katla.id

Please sign in to comment.