Style formula code names

This commit is contained in:
Sam Carlton 2022-06-10 13:28:50 -05:00
parent 146d012ffc
commit 6767e003a3

View file

@ -102,7 +102,7 @@ export class ListingDetails {
} }
if ( this.type === 'formula' ) { if ( this.type === 'formula' ) {
return `Does <code>${ this.api.name }</code> work on Apple Silicon when installed via Homebrew?` return `Does <code class="bg-darkest rounded px-2 py-1">${ this.api.name }</code> work on Apple Silicon when installed via Homebrew?`
} }
return `Does ${ this.api.name } work on Apple Silicon?` return `Does ${ this.api.name } work on Apple Silicon?`