File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
client/src/components/admin Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 99 keep your Galaxy in best shape.
1010 </p >
1111
12- <Heading h2 icon =" fa-server " size =" md" >Server</Heading >
12+ <Heading h2 : icon =" faServer " size =" md" >Server</Heading >
1313 <ul >
1414 <li >
1515 <strong >
5757 </li >
5858 </ul >
5959
60- <Heading h2 icon =" fa-user " size =" md" >User Management</Heading >
60+ <Heading h2 : icon =" faUser " size =" md" >User Management</Heading >
6161 <ul >
6262 <li >
6363 <strong >
9595 </li >
9696 </ul >
9797
98- <Heading h2 icon =" fa-wrench " size =" md" >Tool Management</Heading >
98+ <Heading h2 : icon =" faWrench " size =" md" >Tool Management</Heading >
9999 <ul >
100100 <li >
101101 <strong >
135135</template >
136136
137137<script setup lang="ts">
138- import { library } from " @fortawesome/fontawesome-svg-core" ;
139138import { faServer , faUser , faWrench } from " @fortawesome/free-solid-svg-icons" ;
140139import { computed } from " vue" ;
141140
142141import { useConfig } from " @/composables/config" ;
143142
144143import Heading from " @/components/Common/Heading.vue" ;
145144
146- library .add (faServer , faUser , faWrench );
147-
148145const { config, isConfigLoaded } = useConfig ();
149146
150147const isToolshedInstalled = computed (() => {
You can’t perform that action at this time.
0 commit comments