style: update badge styling for wiki data display
- Change badge class from 'badge-ghost' to 'badge-info' - Adjust the badge to have a softer appearance This update improves the visual clarity of the wiki data badge, making it more consistent with the overall design while ensuring the functionality remains unchanged.
This commit is contained in:
parent
ddc10e9679
commit
75e7004da6
@ -1,5 +1,5 @@
|
||||
<% if city.wiki_data_id.present? %>
|
||||
<div class="badge badge-lg badge-ghost">
|
||||
<div class="badge badge-soft badge-lg badge-info">
|
||||
<%= link_to "https://www.wikidata.org/wiki/#{city.wiki_data_id}",
|
||||
target: "_blank",
|
||||
rel: "noopener noreferrer",
|
||||
|
Loading…
Reference in New Issue
Block a user