Skip to content

Commit

Permalink
logo changed to ocr font
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkkonrad committed Jan 25, 2024
1 parent edfe82b commit 2269cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EthBerlinLogo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const EthBerlinLogo = React.forwardRef((props, ref) => {
return (
<a
ref={ref}
className={`font-dotpassport tracking-widest text-black hover:no-underline ${props.className} text-right `}
className={`font-ocra tracking-widest text-black hover:no-underline ${props.className} text-right `}
href="/"
>
<div className={`${props.titleClassName}`}>ETHBerlin4</div>
Expand Down

0 comments on commit 2269cd3

Please sign in to comment.