Skip to content

Commit

Permalink
fix(layout): 🐛 Replace Background Image URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Nudelsuppe42 committed Oct 8, 2023
1 parent 961f350 commit d1072ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/login/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default function Layout(props: TemplateProps<KcContext, I18n>) {
</Paper>

<BackgroundImage
src="https://cms.bte-germany.de/assets/0460d0cd-de39-4172-8fa3-b227e9eec111?format=webp"
src="https://cdn.buildtheearth.net/static/thumbnails/auth.webp"
style={{ flex: 1 }}
></BackgroundImage>
</Box>
Expand Down

0 comments on commit d1072ea

Please sign in to comment.