Skip to content

Commit 9e44c73

Browse files
committed
ROR logo
1 parent 29d0675 commit 9e44c73

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/Form/fields/FieldAffiliations.vue

+5-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,11 @@
223223
class="inline-block py-2"
224224
target="_blank"
225225
>
226-
<Icon :icon="'ror'" :class="'mr-2'" :inline="true" />
226+
<Icon
227+
:icon="'ROR'"
228+
:class="'mr-2 h-6 w-6'"
229+
:inline="true"
230+
/>
227231
</a>
228232
</div>
229233
<div

0 commit comments

Comments
 (0)