JHethDev
JHethDev
@justinmoon Sapper is a little different you need to look for the app.mjs file (src/node_modules/@sapper for me) and add intro: true to root_component since that's what's calling new App() ```javascript...
Another option for removing the unwanted spacing would be to move the `{#if $selectedPanel === panel}` block to go around the entire div in the TabPanel component as opposed to...
@Wolfr I'm relatively certain it's [Overpass](https://fonts.google.com/specimen/Overpass), semi-bold with a fair amount of tracking applied.
To output the tags as an array from the front matter you should format like this: ```markdown --- title: Hello World 👋 date: "2019-06-11T08:38:00.000Z" tags: - design - random ---...