Skip to content

Commit

Permalink
Fixes external example styling.
Browse files Browse the repository at this point in the history
Refs #48.

I previously updated the styles to reference `span { /* ... */ }`, but forgot to update the HTML.
  • Loading branch information
dgp1130 committed Feb 14, 2023
1 parent 975929f commit 65a208c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/external/component/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function renderComponent(): string {
<my-component>
<template shadowroot="open">
<img src="/logo" />
<div>Component</div>
<span>Component</span>
<div id="replace">This text to be replaced by JavaScript.</div>
${polyfillDeclarativeShadowDom()}
Expand Down

0 comments on commit 65a208c

Please sign in to comment.