--- const { text, url_gh, url_mr, url_cf, url_wiki = '', mod = 'default', icon = '' } = Astro.props import { Icon } from 'astro-icon/components' ---

{icon != '' ? : ''}{text}

{ url_mr != '' ? ( Modrinth ) : ( '' ) } { url_cf != '' ? ( CurseForge ) : ( '' ) } { url_gh != '' ? ( GitHub ) : ( '' ) } { url_wiki != '' ? ( Visit the new Wiki! ) : ( '' ) }