Skip to content
Snippets Groups Projects
Unverified Commit 5ce58dba authored by Dalton's avatar Dalton Committed by GitHub
Browse files

Make auth page scene img src relative (#20733)

parent 9bc8dc0d
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ const AuthLayout = ({ showScene, children }: AuthLayoutProps): JSX.Element => {
{showScene && (
<LayoutScene>
<LayoutSceneImage
src="/app/img/bridge.png"
srcSet="/app/img/bridge.png 1x, /app/img/bridge@2x.png 2x, /app/img/bridge@3x.png 3x"
src="app/img/bridge.png"
srcSet="app/img/bridge.png 1x, app/img/bridge@2x.png 2x, app/img/bridge@3x.png 3x"
/>
</LayoutScene>
)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment