Skip to content

Commit

Permalink
refactor: leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Aug 3, 2024
1 parent 7a8f55a commit 6f3ec4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion showcases/plain-html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vanilla Showcase</title>
<title>Plain HTML</title>
<link rel="stylesheet" href="styles/db-ui-42.css" />
<link rel="stylesheet" href="styles/color-classes.css" />
<link rel="stylesheet" href="components/page/page.css" />
Expand Down
2 changes: 1 addition & 1 deletion showcases/plain-html/src/app-shell.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const getAppShell = (content) =>
`
<db-page data-variant="fixed">
<db-header id="db-header" slot="header">
<db-brand slot="brand" anchorChildren="true" insideHeader="true">Vanilla Showcase</db-brand>
<db-brand slot="brand" anchorChildren="true" insideHeader="true">Plain HTML</db-brand>
${getNavigation(true)}
${getNavigation(false)}
<db-button slot="call-to-action" variant="ghost" icon="magnifying_glass">Search</db-button>
Expand Down

0 comments on commit 6f3ec4e

Please sign in to comment.