Skip to content

Commit 12495b1

Browse files
fix formatting issues
Signed-off-by: Michael Valdron <[email protected]>
1 parent b3cd267 commit 12495b1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libs/core/src/components/footer/footer.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ export function Footer(props: FooterProps): JSX.Element {
5252
{lfTrademarkUsageUrl && (
5353
<p className="text-base text-slate-500 dark:text-slate-400">
5454
Copyright © Devfile a Series of LF Projects, LLC
55-
<br/>
56-
For website terms of use, trademark policy and other project policies please see&nbsp;
55+
<br />
56+
For website terms of use, trademark policy and other project policies please
57+
see&nbsp;
5758
<Link
5859
href={lfTrademarkUsageUrl}
5960
className="text-base text-slate-500 hover:text-slate-600 dark:text-slate-400 dark:hover:text-slate-300"

0 commit comments

Comments
 (0)