Market => question
This commit is contained in:
parent
49bfb67daa
commit
811a7cece7
|
@ -223,7 +223,7 @@ export default function Sidebar(props: { className?: string }) {
|
||||||
mustWaitForFreeMarketStatus ? (
|
mustWaitForFreeMarketStatus ? (
|
||||||
<Row className="mt-2 justify-center">
|
<Row className="mt-2 justify-center">
|
||||||
<Row className="gap-1 text-sm text-gray-400">
|
<Row className="gap-1 text-sm text-gray-400">
|
||||||
Next free market in {countdown}
|
Next free question in {countdown}
|
||||||
</Row>
|
</Row>
|
||||||
</Row>
|
</Row>
|
||||||
) : (
|
) : (
|
||||||
|
@ -232,7 +232,7 @@ export default function Sidebar(props: { className?: string }) {
|
||||||
!mustWaitForFreeMarketStatus && (
|
!mustWaitForFreeMarketStatus && (
|
||||||
<Row className="mt-2 justify-center">
|
<Row className="mt-2 justify-center">
|
||||||
<Row className="gap-1 text-sm text-indigo-400">
|
<Row className="gap-1 text-sm text-indigo-400">
|
||||||
Daily free market
|
Daily free question
|
||||||
<SparklesIcon className="mt-0.5 h-4 w-4" aria-hidden="true" />
|
<SparklesIcon className="mt-0.5 h-4 w-4" aria-hidden="true" />
|
||||||
</Row>
|
</Row>
|
||||||
</Row>
|
</Row>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user