mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Style formula code names
This commit is contained in:
parent
146d012ffc
commit
6767e003a3
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ export class ListingDetails {
|
|||
}
|
||||
|
||||
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?`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue