diff options
Diffstat (limited to 'src/DevHive.Blazor/Shared/SurveyPrompt.razor')
| -rw-r--r-- | src/DevHive.Blazor/Shared/SurveyPrompt.razor | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/DevHive.Blazor/Shared/SurveyPrompt.razor b/src/DevHive.Blazor/Shared/SurveyPrompt.razor deleted file mode 100644 index d78f8cf..0000000 --- a/src/DevHive.Blazor/Shared/SurveyPrompt.razor +++ /dev/null @@ -1,16 +0,0 @@ -<div class="alert alert-secondary mt-4" role="alert">
- <span class="oi oi-pencil mr-2" aria-hidden="true"></span>
- <strong>@Title</strong>
-
- <span class="text-nowrap">
- Please take our
- <a target="_blank" class="font-weight-bold" href="https://go.microsoft.com/fwlink/?linkid=2137813">brief survey</a>
- </span>
- and tell us what you think.
-</div>
-
-@code {
- // Demonstrates how a parent component can supply parameters
- [Parameter]
- public string Title { get; set; }
-}
|
