We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[showcase][migration-v1]
1 parent 62dd191 commit cc09c58Copy full SHA for cc09c58
packages/showcase/src/app/app.component.html
@@ -129,8 +129,12 @@
129
<p>
130
For up-to-date documentation, see the
131
<a class="body-semi-bold-m" [href]="currentPathnameService.pathname()"
132
- >latest Mercury version ({{ versioning.latestVersion() }})</a
+ >latest Mercury version</a
133
>.
134
+ <!-- TODO: Finish up the service that retrieves all the versions -->
135
+ <!-- <a class="body-semi-bold-m" [href]="currentPathnameService.pathname()"
136
+ >latest Mercury version ({{ versioning.latestVersion() }})</a
137
+ >. -->
138
</p>
139
</div>
140
</blockquote>
0 commit comments