Skip to content

Commit

Permalink
add div closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahad-lab authored Jan 21, 2025
1 parent f87353f commit 246eba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/layout-template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const html = async (admin: AdminJS, currentAdmin?: CurrentAdmin, location = '/')
${selectedTheme ? `<link rel="stylesheet" type="text/css" href="${h.assetPath(`themes/${selectedTheme.id}/style.css`, assets)}">` : ''}
</head>
<body>
<div id="app" />
<div id="app"></div>
<script>
var app = document.getElementById('app');
var root = createRoot(app)
Expand Down

0 comments on commit 246eba5

Please sign in to comment.