-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added version history of the website on changelog page
- Loading branch information
Showing
2 changed files
with
89 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
{props.status.environment === "prod" && (<a target="_blank" rel="noreferrer" href="https://clubs_iiith.betteruptime.com/"><img src="https://uptime.betterstack.com/status-badges/v3/monitor/ikqm.svg" alt="Better Uptime Badge"/></a>)} | ||
{props.status.environment === "prod" && ( | ||
<a target="_blank" rel="noreferrer" href="https://clubs_iiith.betteruptime.com/"> | ||
<img src="https://uptime.betterstack.com/status-badges/v3/monitor/ikqm.svg" alt="Better Uptime Badge"/> | ||
</a> | ||
)} | ||
|
||
**Environment:** {props.status.environment === "prod" ? "Production" : props.status.environment} | ||
**Deployed Commit:** Version {props.version} - <a target="\_blank" rel="noreferrer" href={`https://github.com/Clubs-Council-IIITH/services/commit/${props.status.commit}`}>#{props.status.commit}</a> | ||
**First Release:** {props.firstRelease} | ||
**Latest Release:** {new Date(props.status.timestamp).toLocaleString("en-IN", { dateStyle: "full", timeStyle: "medium" })} | ||
**Last Update:** {new Date(props.status.timestamp).toLocaleString("en-IN", { dateStyle: "full", timeStyle: "medium" })} |