We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c416a commit 4cebf69Copy full SHA for 4cebf69
libs/core/src/components/footer/footer.tsx
@@ -59,7 +59,7 @@ export function Footer(props: FooterProps): JSX.Element {
59
className="text-base text-slate-500 hover:text-slate-600 dark:text-slate-400 dark:hover:text-slate-300"
60
target="_blank"
61
>
62
- {lfTrademarkUsageUrl.replace(/https:\/\/|http:\/\//g, "")}
+ {lfTrademarkUsageUrl.replace(/https:\/\/|http:\/\//g, '')}
63
</Link>
64
.
65
</p>
libs/core/src/icons/cncf-icon.tsx
@@ -14,8 +14,8 @@
14
* limitations under the License.
15
*/
16
17
-import { DarkMode, LightMode } from '../components';
18
import { SVGProps } from 'react';
+import { DarkMode, LightMode } from '../components';
19
20
export function CncfIcon(props: SVGProps<SVGSVGElement>): JSX.Element {
21
return (
0 commit comments