Unverified Commit c3598ad7 authored by Saugi's avatar Saugi Committed by GitHub

a11y: add title for score (#105)

parent 267d7bf6
......@@ -8,7 +8,7 @@ defineProps<{
<template>
<li class="news-item">
<span class="score">{{ item.points }}</span>
<span class="score" title="Score">{{ item.points }}</span>
<span class="title">
<template v-if="isAbsolute(item.url)">
<a :href="item.url" target="_blank" rel="noopener">{{ item.title }}</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment