Skip to content

Commit

Permalink
bug(documentation): reducing relayouting
Browse files Browse the repository at this point in the history
fixes #0
  • Loading branch information
Idrinth committed May 24, 2024
1 parent cace518 commit df3ff9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/cookie-consent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
li.service {
display: flex;
gap: 1em;
padding: 0.5em 0;
}

li.service input {
Expand Down
2 changes: 1 addition & 1 deletion src/components/lang.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ const Lang = ({
default: () => <>{ text }</>,
};
},);
return <Suspense fallback={''}><LE/></Suspense>;
return <Suspense fallback={lnkey}><LE/></Suspense>;
};
export default Lang;

0 comments on commit df3ff9a

Please sign in to comment.