fix(tailwindcss): use the correct icon resolution for the entrypoint icon
All checks were successful
Actions / Build Plugins (pull_request) Successful in 38s
All checks were successful
Actions / Build Plugins (pull_request) Successful in 38s
This commit is contained in:
parent
086a9791d6
commit
ea7274d4ab
2 changed files with 1 additions and 1 deletions
BIN
assets/tailwindcss/entrypoint-icon.png
Normal file
BIN
assets/tailwindcss/entrypoint-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 635 B |
|
@ -14,7 +14,7 @@ Repository: https://www.coastalcommits.com/cswimr/cswimr-gauntlet-plugins
|
|||
id = 'tailwindcss-search-documentation'
|
||||
name = 'Search TailwindCSS Documentation'
|
||||
path = 'src/tailwindcss/src/search-documentation.tsx'
|
||||
icon = 'tailwindcss/list-icon.png'
|
||||
icon = 'tailwindcss/entrypoint-icon.png'
|
||||
type = 'view'
|
||||
description = """
|
||||
Search TailwindCSS documentation from Gauntlet!
|
||||
|
|
Loading…
Reference in a new issue