mirror of
https://github.com/godotengine/godot-asset-library.git
synced 2025-12-31 21:48:29 +03:00
Merge pull request #322 from Calinou/rename-official-support-level
Rename Official support level to Featured in the frontend
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
'featured' => 'danger',
|
||||
'community' => 'success',
|
||||
'testing' => 'default',
|
||||
][$asset['support_level']]) ?>"><?php echo esc(ucfirst($asset['support_level'])) ?></span>
|
||||
][$asset['support_level']]) ?>"><?php echo esc(str_replace('Official', 'Featured', ucfirst($asset['support_level']))) ?></span>
|
||||
</div>
|
||||
<div class="asset-tags">
|
||||
<span class="label label-default"><?php echo esc($asset['cost']) ?></span>
|
||||
|
||||
Reference in New Issue
Block a user