Skip to content

Commit

Permalink
fix: add Arabic font support and SVG upload
Browse files Browse the repository at this point in the history
  • Loading branch information
BasselArt committed Dec 30, 2024
1 parent c628caf commit 8e32a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ export const Header = () => {
return (
<div id="c-header" className="bg-white">
<SignInModal isOpen={isSignInModalOpen} onClose={hideModal} />
<HStack className="c-menu shadow p-4 w-full">
<HStack className="c-menu shadow p-2 w-full">
<div className="container">
<HStack justify="between">
<a href="/" className="flex flex-x flex-items-center flex--spacing-2">
<a href="/" className="logo flex flex-x flex-items-center flex--spacing-2">
<TenantLogo size={1000} />
<h1 className="text-header">{fider.session.tenant.name}</h1>
</a>
Expand Down

0 comments on commit 8e32a86

Please sign in to comment.