mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
Update SupportBar.tsx
This commit is contained in:
parent
f2b39b046c
commit
560a736e84
1 changed files with 2 additions and 2 deletions
|
|
@ -82,11 +82,11 @@ export function SupportBar() {
|
|||
<Heading3 className="transition-opacity duration-300">
|
||||
{t("home.support.title")}
|
||||
</Heading3>
|
||||
<p className="text-type-secondary max-w-md pb-4 transition-opacity duration-300">
|
||||
<p className="text-type-secondary max-w-md transition-opacity duration-300">
|
||||
{t("home.support.description")}
|
||||
</p>
|
||||
</div>
|
||||
<div className="flex flex-grow items-center text-sm text-type-dimmed w-full max-w-md pb-4">
|
||||
<div className="flex flex-grow items-center text-sm text-type-dimmed w-full max-w-md py-4">
|
||||
<span className="text-left">
|
||||
{t("home.support.label", {
|
||||
current: current.toLocaleString(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue