This commit is contained in:
@@ -10,7 +10,7 @@ const MainLayout = ({ children }: { children: ReactNode }) => {
|
||||
<Container className="rounded-lg bg-white p-8 shadow-lg">
|
||||
<Img
|
||||
className="mx-auto block"
|
||||
src={`${process.env.PUBLIC_URL}/static/officer-logo.svg`}
|
||||
src="https://static.officer.dev/officer-logo.svg"
|
||||
width="240"
|
||||
alt="Officer Logo"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user