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:
songtianlun 2025-04-02 15:27:52 +08:00
parent ddc10e9679
commit 75e7004da6

View File

@ -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",