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 6c34da9 commit f12c31cCopy full SHA for f12c31c
1 file changed
src/pages/LandingPage.tsx
@@ -1,6 +1,6 @@
1
import { useEffect, useState } from 'react';
2
import { Link } from 'react-router-dom';
3
-import logoSvg from '/logo.svg';
+const logoSvg = '/logo.svg';
4
5
// ─── Typing Terminal ───
6
function Terminal() {
0 commit comments