docs: fix `.docs-card` tooltip and footer text in `docs` guide (#41250)

This commit updates the tooltip and footer description of the
"What is Angular" card in the `docs` guide to better match the card's
content. (It seems that the old content was copied/pasted from a
different card.)

It also updates the tooltip of the "Hello World" card to better describe
the card's purpose.

PR Close #41250
This commit is contained in:
George Kalpakas 2021-03-17 20:46:59 +02:00 committed by Alex Rickabaugh
parent e8a2e81e06
commit 6391a4a49d
1 changed files with 3 additions and 3 deletions

View File

@ -7,10 +7,10 @@ Tutorials and guides include downloadable examples to accelerate your projects.
<div class="card-container">
<a href="guide/what-is-angular" class="docs-card" title="Angular Local Environment Setup">
<a href="guide/what-is-angular" class="docs-card" title="Angular Platform Overview">
<section>What is Angular</section>
<p>Get a high-level overview of the Angular platform.</p>
<p class="card-footer">Local setup</p>
<p class="card-footer">Platform overview</p>
</a>
<a href="guide/setup-local" class="docs-card" title="Angular Local Environment Setup">
<section>Get Started</section>
@ -27,7 +27,7 @@ Tutorials and guides include downloadable examples to accelerate your projects.
<p>Examine and work with a small ready-made Angular app, without any setup.</p>
<p class="card-footer">Try it now</p>
</a>
<a href="tutorial" class="docs-card" title="Create an app">
<a href="tutorial" class="docs-card" title="Work through a full tutorial">
<section>Hello World</section>
<p>Work through a full tutorial to create your first app.</p>
<p class="card-footer">Tour of Heroes tutorial</p>