Cleaned up template and added more keywords

This commit is contained in:
Corey 2020-05-26 14:47:11 +08:00
parent 8ea0d8c81a
commit 8a017cb5f7

View file

@ -103,7 +103,7 @@
<div
class="p-8 grid grid-cols-2 md:grid-cols-3 lg:grid-cols-5 xl:grid-cols-7 gap-4"
>
<template x-for="item in filteredIcons" :key="item">
<template x-for="(item, index) in filteredIcons" :key="index">
<a
href="#"
class="flex flex-col items-center group justify-center text-gray-700 rounded shadow hover:shadow-xl bg-white cursor-pointer transition duration-150 ease-in-out h-48"
@ -146,7 +146,7 @@
{
icon_name: "Write",
icon_path: "write",
icon_keywords: "write",
icon_keywords: "write, writing, new, create, note, taking, paper",
},
{
icon_name: "Tag",