Skip to content

Commit ed79d18

Browse files
committed
fix(web): solve og and favicon
1 parent affb861 commit ed79d18

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "tailwindcss-spring",
33
"version": "1.0.0",
4-
"description": "A plugin for Tailwind CSS that adds spring animations using linear(), define just two parameters and let the plugin do the rest.",
4+
"description": "A Tailwind CSS plugin that adds spring animations to your project using CSS linear(). Define just two parameters and let the plugin generate the easing curve and the animation duration.",
55
"license": "MIT",
66
"main": "./src/index.js",
77
"type": "module",
8-
"homepage": "TODO",
8+
"homepage": "https://tailwindcss-spring.kvin.me/",
99
"scripts": {
1010
"test": "vitest"
1111
},

web/src/app/favicon-16x16.png

-843 Bytes
Binary file not shown.

web/src/app/favicon-32x32.png

-1.42 KB
Binary file not shown.

web/src/app/favicon.ico

15 KB
Binary file not shown.

0 commit comments

Comments
 (0)