mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-05-29 22:37:44 +02:00
feat: add blog (#320)
This commit is contained in:
@ -22,6 +22,12 @@ export const Interests: React.FC = () => {
|
||||
})}
|
||||
<InterestsList />
|
||||
</div>
|
||||
|
||||
<style jsx global>{`
|
||||
#__next {
|
||||
display: block;
|
||||
}
|
||||
`}</style>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user