Run eslint / prettier

This commit is contained in:
0x1eef 2023-10-28 09:51:18 -03:00
parent 3e703b6a3d
commit 0c51b38079
2 changed files with 26 additions and 38 deletions

View file

@ -164,41 +164,29 @@ export function RightArrow() {
<svg className="right-arrow icon" viewBox="0 0 512.171 512.171">
<g>
<g>
<path d="M509.035,248.212l-213.504-212.8c-3.051-3.029-7.595-3.904-11.627-2.304c-3.989,1.664-6.571,5.547-6.571,9.856v117.333
<path
d="M509.035,248.212l-213.504-212.8c-3.051-3.029-7.595-3.904-11.627-2.304c-3.989,1.664-6.571,5.547-6.571,9.856v117.333
H10.667C4.779,160.298,0,165.076,0,170.964v170.667c0,5.888,4.779,10.667,10.667,10.667h266.667v116.885
c0,4.309,2.603,8.192,6.592,9.856c1.323,0.555,2.709,0.811,4.075,0.811c2.773,0,5.504-1.088,7.552-3.115l213.504-213.419
c2.005-2.005,3.115-4.715,3.115-7.552C512.171,252.927,511.04,250.218,509.035,248.212z"/>
c2.005-2.005,3.115-4.715,3.115-7.552C512.171,252.927,511.04,250.218,509.035,248.212z"
/>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>)
<g />
<g />
<g />
<g />
<g />
<g />
<g />
<g />
<g />
<g />
<g />
<g />
<g />
<g />
<g />
</svg>
);
}

View file

@ -53,7 +53,7 @@ function SurahIndex({ locale, surahs, t }: Props) {
</ul>
<footer>
<a href={`/${locale}/random/`}>
<RightArrow/>
<RightArrow />
<span>{t(locale, "ChooseRandomChapter")}</span>
</a>
</footer>