Skip to content

Commit 35a07bc

Browse files
committed
fix(Aphrodite): fix typo in "data-aphrodite" tag for css important
previously was "date-aphrodite"
1 parent 3de89d0 commit 35a07bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/Layout.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function Layout(props) {
1919
<link rel="icon" href="/images/favicon.ico" type="image/x-icon" />
2020
<link rel="stylesheet" href="/css/watson-react-components.min.css" />
2121
<link rel="stylesheet" href="/css/style.css" />
22-
<style date-aphrodite>
22+
<style data-aphrodite>
2323
{css.content}
2424
</style>
2525
<script type="text/javascript" src="scripts/bundle.js" defer async />

0 commit comments

Comments
 (0)