WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 5052470

Browse files
authored
feat: add preact to pacer and devtool libraries (#571)
add preact to pacer and devtool libraries
1 parent 1a3d7e3 commit 5052470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libraries/devtools.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const devtoolsProject = {
2828
colorFrom: 'from-slate-400',
2929
colorTo: 'to-slate-600',
3030
textColor: 'text-slate-600',
31-
frameworks: ['react', 'solid', 'vanilla'],
31+
frameworks: ['react', 'preact', 'solid', 'vanilla'],
3232
menu: [
3333
{
3434
icon: <BiBookAlt />,

src/libraries/pacer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const pacerProject = {
2929
colorFrom: `from-lime-500`,
3030
colorTo: `to-lime-700`,
3131
textColor: `text-lime-700`,
32-
frameworks: ['react', 'solid'],
32+
frameworks: ['react', 'preact', 'solid'],
3333
scarfId: '302d0fef-cb3f-43c6-b45c-f055b9745edb',
3434
defaultDocs: 'overview',
3535
menu: [

0 commit comments

Comments
 (0)