import Head from 'next/head'
import styled from 'styled-components';
import { useState, useEffect } from 'react';
export default function Home() {
let [userId, setUserId] = useState('')
return (
<>
Lanyard for GitHub Profile
🏷️ lanyard-profile-readme
setUserId(e.target.value))}>
Copy the following and paste it into your README.md
[](https://discord.com/users/{userId})
For further customization, check out the repo!