diff --git a/src/lib/components/sidebar/details/BasicInfoSection.svelte b/src/lib/components/sidebar/details/BasicInfoSection.svelte
index d2d658b6..5acef4ab 100644
--- a/src/lib/components/sidebar/details/BasicInfoSection.svelte
+++ b/src/lib/components/sidebar/details/BasicInfoSection.svelte
@@ -57,9 +57,11 @@
{#if itemData?.proficiency && itemData.proficiency.length > 0}
- {#each itemData.proficiency as prof}
-
- {/each}
+
+ {#each itemData.proficiency as prof}
+
+ {/each}
+
{/if}
{:else if type === 'weapon'}
@@ -80,3 +82,12 @@
/>
+
+
diff --git a/src/lib/components/sidebar/modifications/DetailsSidebarSegmentedControl.svelte b/src/lib/components/sidebar/modifications/DetailsSidebarSegmentedControl.svelte
index 4814e043..6499f511 100644
--- a/src/lib/components/sidebar/modifications/DetailsSidebarSegmentedControl.svelte
+++ b/src/lib/components/sidebar/modifications/DetailsSidebarSegmentedControl.svelte
@@ -22,10 +22,11 @@
bind:value={selectedView}
onValueChange={handleViewChange}
variant="background"
+ size="small"
grow
>
This team
- Stats
+ Info
{/if}