Skip to content

Commit

Permalink
Add data page
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed Jul 9, 2024
1 parent 14de535 commit 12048db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/components/landingPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const landingPage = ({
const i18n = new I18n();
const copy = i18n.i18n(copyJson);

return html` <main class="c-landingPage">
return html` <main class="c-landingPage" data-page="${dataPage}">
<div class="c-landingPage__container">
<div class="c-landingPage__logo">
<div class="c-logo">${icLogo}</div>
Expand Down

0 comments on commit 12048db

Please sign in to comment.