--- interface Props { includeHashtag?: boolean } const { includeHashtag } = Astro.props import { Icon } from 'astro-icon/components' --- Select a color below to get the hex code: {includeHashtag ? '#' : ''}000000
Select a color below to get the hex code:
{includeHashtag ? '#' : ''}000000