SimonOriginal 10 ヶ月 前
コミット
7702803e5c
1 ファイル変更3 行追加4 行削除
  1. 3 4
      src/lib/components/workspace/common/ManifestModal.svelte

+ 3 - 4
src/lib/components/workspace/common/ManifestModal.svelte

@@ -60,12 +60,11 @@
 
 
 						<div class="my-2">
 						<div class="my-2">
 							{$i18n.t('Support this plugin:')}
 							{$i18n.t('Support this plugin:')}
-							<a 
+							<a
 								href={manifest.funding_url} 
 								href={manifest.funding_url} 
 								target="_blank" 
 								target="_blank" 
-								class="underline text-blue-400 hover:text-blue-300"
-								>{manifest.funding_url}
-							</a>
+								class="underline text-blue-400 hover:text-blue-300">{manifest.funding_url}</a
+							>
 						</div>
 						</div>
 
 
 					</div>
 					</div>