mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-03 18:40:00 +08:00
fix(core): wrong color of ai-subscribe button (#7816)
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ export const AIPlan = () => {
|
|||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<AISubscribe
|
<AISubscribe
|
||||||
className={styles.learnAIButton}
|
className={styles.purchaseButton}
|
||||||
displayedFrequency="monthly"
|
displayedFrequency="monthly"
|
||||||
/>
|
/>
|
||||||
<a href="https://ai.affine.pro" target="_blank" rel="noreferrer">
|
<a href="https://ai.affine.pro" target="_blank" rel="noreferrer">
|
||||||
|
|||||||
Reference in New Issue
Block a user