We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245cc3a commit 6ee7d2cCopy full SHA for 6ee7d2c
src/components/Dashboard.tsx
@@ -107,7 +107,7 @@ export function Dashboard() {
107
</div>
108
<button
109
onClick={openWebsite}
110
- className="inline-flex items-center px-3 py-2 text-sm bg-accent-primary text-white rounded-lg hover:bg-accent-secondary transition-colors"
+ className="inline-flex items-center px-3 py-2 text-sm rounded-lg transition-colors"
111
>
112
<svg className="w-4 h-4 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
113
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" />
0 commit comments