mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-04-05 22:01:04 +00:00
9 lines
468 B
Plaintext
9 lines
468 B
Plaintext
{% comment -%}Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.{% endcomment -%}
|
|
<a class="navbar-brand" href="https://blazor.radzen.com/docs/api/">
|
|
{%- if _appLogoPath -%}
|
|
<img id="logo" class="svg" src="{{_rel}}{{_appLogoPath}}" alt="{{_appName}}" >
|
|
{%- else -%}
|
|
<img id="logo" class="svg" src="{{_rel}}logo.svg" alt="{{_appName}}" >
|
|
{%- endif -%}
|
|
</a>
|