Use geist icons and group history by ranges (#471)

This commit is contained in:
Jeremy 2024-10-31 15:39:07 +05:30 committed by GitHub
parent dce1314084
commit 543267516e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 306 additions and 107 deletions

View file

@ -73,6 +73,5 @@ const config: Config = {
},
},
plugins: [require('tailwindcss-animate'), require('@tailwindcss/typography')],
safelist: ['w-32', 'w-44', 'w-52'],
};
export default config;