File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 :class =" iconClass"
66 :to =" { name: 'projects-id', params: { id: project.id }, query: { section: TAB_IDS.PAPERS } }"
77 aria-label =" Papers"
8- ><FontAwesomeIcon :icon =" faFile" class =" fa-2x"
8+ ><FontAwesomeIcon :icon =" faFile" class =" fa-2x" title = " Papers "
99 /></NuxtLink >
10- <FontAwesomeIcon v-else :icon =" faFile" class =" fa-2x text-[#e6e6e6]" />
10+ <FontAwesomeIcon v-else :icon =" faFile" class =" fa-2x text-[#e6e6e6]" title = " Papers " />
1111 <NuxtLink
1212 v-if =" articles"
1313 :class =" iconClass"
1414 :to =" { name: 'projects-id', params: { id: project.id }, query: { section: TAB_IDS.ARTICLES } }"
1515 aria-label =" Articles"
16- ><FontAwesomeIcon :icon =" faNewspaper" class =" fa-2x"
16+ ><FontAwesomeIcon :icon =" faNewspaper" class =" fa-2x" title = " Articles "
1717 /></NuxtLink >
18- <FontAwesomeIcon v-else :icon =" faNewspaper" class =" fa-2x text-[#e6e6e6]" />
18+ <FontAwesomeIcon v-else :icon =" faNewspaper" class =" fa-2x text-[#e6e6e6]" title = " Articles " />
1919 <div v-for =" info in projectInformationIcons" :key =" info" class =" flex flex-nowrap space-x-4" >
2020 <a v-if =" info.url" :key =" info.url" :href =" info.url" :class =" iconClass" :aria-label =" info.label" >
21- <FontAwesomeIcon :icon =" info.icon" class =" fa-2x" />
21+ <FontAwesomeIcon :icon =" info.icon" class =" fa-2x" :title = " info.label " />
2222 </a >
23- <FontAwesomeIcon v-else :icon =" info.icon" class =" fa-2x text-[#e6e6e6]" />
23+ <FontAwesomeIcon v-else :icon =" info.icon" class =" fa-2x text-[#e6e6e6]" :title = " info.label " />
2424 </div >
2525 </div >
2626</template >
You can’t perform that action at this time.
0 commit comments