mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
📦 add next-pwa, manifest & new logo
This commit is contained in:
@@ -15,12 +15,13 @@ const All = () => {
|
||||
<Grid>
|
||||
{data.map((link) => (
|
||||
<>
|
||||
<Card
|
||||
key={link.id}
|
||||
title={link.title}
|
||||
url={`/svg/${link.id}`}
|
||||
href={link.href}
|
||||
/>
|
||||
<div key={link}>
|
||||
<Card
|
||||
title={link.title}
|
||||
url={`/svg/${link.id}`}
|
||||
href={link.href}
|
||||
/>
|
||||
</div>
|
||||
</>
|
||||
))}
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user