File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/BootstrapBlazor.Server/Components Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 <div class =" bb-foundation" >
1212 <div class =" bb-foundation-content" >本项目属于 <a href =" https://www.dotnetfoundation.org/" >.NET 基金会</a >,并根据其 <a href =" https://www.dotnetfoundation.org/code-of-conduct" >行为准则</a > 运作</div >
1313 <a class =" bb-foundation-img d-none d-sm-block" href =" https://www.dotnetfoundation.org/" >
14- <img src =" @WebsiteOption.Value.GetAssetUrl(" images /dotnet_foundation_v4.png " )" width =" 100" />
14+ <img src =" @WebsiteOption.Value.GetAssetUrl(" images /dotnet_foundation_v4.png " )" alt = " dotnet-foundation " width =" 100" />
1515 </a >
1616 </div >
1717 <div class =" footer-body" >
Original file line number Diff line number Diff line change 2121 <DialButton DialMode =" DialMode.Radial" Icon =" fa-solid fa-gear" Radius =" 100" Placement =" Placement.BottomEnd" class =" bb-dial-gear" >
2222 <ButtonTemplate >
2323 <div class =" btn-circle btn-fade dial-button-gear" >
24- <img src =" @WebsiteOption.Value.GetAssetUrl(" images /logo.png " )" />
24+ <img src =" @WebsiteOption.Value.GetAssetUrl(" images /logo.png " )" alt = " logo " />
2525 </div >
2626 </ButtonTemplate >
2727 <ChildContent >
Original file line number Diff line number Diff line change 3737 <div class =" msg-role" >
3838 @if (message .Role == ChatRole .User )
3939 {
40- <img src =" @WebsiteOption.Value.GetAssetUrl(" favicon.png " )" >
40+ <img src =" @WebsiteOption.Value.GetAssetUrl(" favicon.png " )" alt = " avatar " >
4141 }
4242 else
4343 {
You can’t perform that action at this time.
0 commit comments