SimonOriginal 1 년 전
부모
커밋
676688aabf
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      src/lib/components/workspace/common/ManifestModal.svelte

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

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