Skip to content

Commit cc09c58

Browse files
committed
[showcase][migration-v1] Remove the latest version number from the warning message
- It seems the service that retrieves the versions is not ready.
1 parent 62dd191 commit cc09c58

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/showcase/src/app/app.component.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,12 @@
129129
<p>
130130
For up-to-date documentation, see the
131131
<a class="body-semi-bold-m" [href]="currentPathnameService.pathname()"
132-
>latest Mercury version ({{ versioning.latestVersion() }})</a
132+
>latest Mercury version</a
133133
>.
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+
>. -->
134138
</p>
135139
</div>
136140
</blockquote>

0 commit comments

Comments
 (0)