@@ -66,21 +87,39 @@
{#each profile.links as link}
{@const platform = PLATFORMS[link.platform]}
{@const color = platformColors[link.platform] || '#6366f1'}
-
-
- {platform?.name.charAt(0) || '?'}
-
-
- {platform?.name || link.platform}
- {link.username}
-
- →
-
+ {@const isCopy = platform?.followStrategy === 'copy'}
+ {#if isCopy}
+
+ {:else}
+
+
+ {platform?.name.charAt(0) || '?'}
+
+
+ {platform?.name || link.platform}
+ {link.username}
+
+ →
+
+ {/if}
{/each}
@@ -95,6 +134,10 @@
Powered by DevCard — Open Source Developer Profiles
+
+ {#if toastMessage}
+ {toastMessage}
+ {/if}
{/if}