Skip to content

Commit 4cebf69

Browse files
fix linting issues
Signed-off-by: Michael Valdron <[email protected]>
1 parent 24c416a commit 4cebf69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function Footer(props: FooterProps): JSX.Element {
5959
className="text-base text-slate-500 hover:text-slate-600 dark:text-slate-400 dark:hover:text-slate-300"
6060
target="_blank"
6161
>
62-
{lfTrademarkUsageUrl.replace(/https:\/\/|http:\/\//g, "")}
62+
{lfTrademarkUsageUrl.replace(/https:\/\/|http:\/\//g, '')}
6363
</Link>
6464
.
6565
</p>

libs/core/src/icons/cncf-icon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17-
import { DarkMode, LightMode } from '../components';
1817
import { SVGProps } from 'react';
18+
import { DarkMode, LightMode } from '../components';
1919

2020
export function CncfIcon(props: SVGProps<SVGSVGElement>): JSX.Element {
2121
return (

0 commit comments

Comments
 (0)