cleanup, link to repo

main
pantonshire 3 years ago
parent d37745c1b9
commit 78796489ca

@ -19,5 +19,5 @@ export default function RootLayout({
<html lang="en">
<body className={robotoSlab.className}>{children}</body>
</html>
)
);
}

@ -2,7 +2,7 @@ import Image from 'next/image'
import styles from './page.module.css'
import { Inspector } from '@/components/inspector';
const sourceUrl = 'https://example.com';
const sourceUrl = 'https://git.pantonshire.com/tom/utfinspector';
export default function Home() {
return (
@ -15,5 +15,5 @@ export default function Home() {
<Inspector sourceUrl={sourceUrl} />
</main>
)
);
}

@ -18,5 +18,5 @@ export function TextField(props: TextFieldProps) {
placeholder={props.placeholder}
onChange={handleChange}
/>
)
);
}

Loading…
Cancel
Save