|
- {info.repo_url.replace("https://github.com/", "")}
+ {info.repo_url.replace("https://github.com/", "").split("/").pop()}
|
- {info.tag} |
- {/* {new Date(info.published_at).toLocaleDateString()} | */}
- {/* {new Date(info.published_at).toISOString().replace('T', ' ').replace('.000Z', ' UTC')} | */}
- {info.published_at ? new Date(info.published_at).toISOString().replace('T', ' ').replace('.000Z', ' UTC') : 'N/A'} |
-
- Releases
+
+ {info.tag}
|
+ {info.published_at ? new Date(info.published_at).toISOString().replace('T', ' ').replace('.000Z', ' UTC') : 'N/A'} |
))}