Continous Integration in der Praxis Gruppenarbeit
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
510 B

2 years ago
  1. <div class="alert alert-secondary mt-4" role="alert">
  2. <span class="oi oi-pencil mr-2" aria-hidden="true"></span>
  3. <strong>@Title</strong>
  4. <span class="text-nowrap">
  5. Please take our
  6. <a target="_blank" class="font-weight-bold" href="https://go.microsoft.com/fwlink/?linkid=2137916">brief survey</a>
  7. </span>
  8. and tell us what you think.
  9. </div>
  10. @code {
  11. // Demonstrates how a parent component can supply parameters
  12. [Parameter]
  13. public string Title { get; set; }
  14. }