Skip to content

Commit

Permalink
Use singlequote quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Mar 25, 2024
1 parent 7ab3165 commit e4a1050
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/theme/NavbarItem/DocsVersionDropdownNavbarItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ export default function DocsVersionDropdownNavbarItemWrapper(props) {
if (isViewingOutdatedVersion) {
return (
<>
<div className={"navbar__item oldVersion"}>
<div className={"attention"}>
<svg xmlns={"http://www.w3.org/2000/svg"} viewBox={"0 0 512 512"}><path d={d}></path></svg>
<div className={'navbar__item oldVersion'}>
<div className={'attention'}>
<svg xmlns={'http://www.w3.org/2000/svg'} viewBox={'0 0 512 512'}><path d={d}></path></svg>
</div>
You are viewing the documentation for an older version of ink!.
</div>
Expand Down

0 comments on commit e4a1050

Please sign in to comment.