feat(gallery): add last update time info to card footers
Enhance generator gallery by displaying the time difference since the last update in the footer by each card. This information is obtained from the GitHub API for the specified folders.
This commit is contained in:
@@ -10,4 +10,9 @@ h1 {
|
||||
|
||||
.container {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.card-footer {
|
||||
background-color: #343a40;
|
||||
color: #adb5bd;
|
||||
}
|
||||
Reference in New Issue
Block a user