Skip to content

Commit

Permalink
Merge pull request #15 from JDJGInc/patch-1
Browse files Browse the repository at this point in the history
Adds Hour and Minute to Until Nitro
  • Loading branch information
Peter committed Oct 9, 2022
2 parents b753332 + ffe8d45 commit 3645de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2466,7 +2466,7 @@ export default function Data({ data, demo }: any): ReactElement {
content={(Badges as any)[m].description
.replace(
/{until}/g,
moment(data?.user?.premium_until).format("MMMM Do YYYY")
moment(data?.user?.premium_until).format("MMMM Do YYYY LTS")
)
.replace(/{p_2}/g, data?.dataFile ? "Their" : "Your")
.replace(/{p_1}/g, data?.dataFile ? "They" : "You")}
Expand Down

0 comments on commit 3645de5

Please sign in to comment.