Remove extraneous debug code

This commit is contained in:
D. Scott Boggs 2025-05-12 07:44:24 -04:00
parent a90453eefc
commit 4d215052e0

View file

@ -38,7 +38,6 @@ const Header = async ({ isFull, isSmall }: HeaderProps) => {
</div> </div>
<span className={styles.tagline}>{t('common:tagline')}</span> <span className={styles.tagline}>{t('common:tagline')}</span>
</Link>} </Link>}
<p>{appLink('test')}</p>
</header> </header>
} }