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 b3cd267 commit 12495b1Copy full SHA for 12495b1
libs/core/src/components/footer/footer.tsx
@@ -52,8 +52,9 @@ export function Footer(props: FooterProps): JSX.Element {
52
{lfTrademarkUsageUrl && (
53
<p className="text-base text-slate-500 dark:text-slate-400">
54
Copyright © Devfile a Series of LF Projects, LLC
55
- <br/>
56
- For website terms of use, trademark policy and other project policies please see
+ <br />
+ For website terms of use, trademark policy and other project policies please
57
+ see
58
<Link
59
href={lfTrademarkUsageUrl}
60
className="text-base text-slate-500 hover:text-slate-600 dark:text-slate-400 dark:hover:text-slate-300"
0 commit comments