Refactored for WEBP images
This commit is contained in:
parent
0443303c5a
commit
7ed2e6c2dc
49 changed files with 5 additions and 5 deletions
src/components
|
@ -7,7 +7,7 @@ export interface Props {
|
|||
|
||||
const { image, link, title } = Astro.props;
|
||||
|
||||
const icon: string = `background: url('ta_icons/${image}.png')`
|
||||
const icon: string = `background: url('ta_icons/${image}.webp')`
|
||||
---
|
||||
<a href={link} target="_blank" rel="noopener noreferrer" aria-label={title}>
|
||||
<article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue