Last active
August 4, 2020 23:32
-
-
Save skflowne/3f4139ffb4a79fa7e0aaee3a4cc870e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<span class={`${file.type === 'file' ? 'text-blue-500' : 'text-yellow-700'}`}> | |
{@html file.name} | |
</span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment