Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
Writing some stuff in English
  • Loading branch information
rafael-figueiredo-alves committed May 24, 2024
1 parent f75cf99 commit 8e946ec
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Layout/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<main>
<div class="top-row px-4">
<a href="https://github.com/rafael-figueiredo-alves/eTasks-Web" target="_blank">Sobre o Projeto</a>
<a href="https://github.com/rafael-figueiredo-alves/eTasks-Web" target="_blank">Sobre o Projeto/About the project</a>
</div>

<article class="content px-4">
Expand Down
2 changes: 1 addition & 1 deletion Layout/NavMenu.razor
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<nav class="flex-column">
<div class="nav-item px-3">
<NavLink class="nav-link" href="" Match="NavLinkMatch.All">
<span class="bi bi-house-door-fill-nav-menu" aria-hidden="true"></span> Inicio
<span class="bi bi-house-door-fill-nav-menu" aria-hidden="true"></span> Inicio/Home
</NavLink>
</div>
</nav>
Expand Down
3 changes: 3 additions & 0 deletions Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
<PageTitle>eTasks</PageTitle>

<h1>Seja bem vindo ao eTasks!</h1>
<h1>Welcome to eTasks!</h1>

<img src="assets/icon-192.png" />

<p>Este app está em fase de desenvolvimento...</p>
<p>This app is still under development...</p>

<p>Verifique o repositório oficial em <a href="https://github.com/rafael-figueiredo-alves/eTasks-Web" target="_blank">https://github.com/rafael-figueiredo-alves/eTasks-Web</a> </p>
<p>Check out the official repository at <a href="https://github.com/rafael-figueiredo-alves/eTasks-Web" target="_blank">https://github.com/rafael-figueiredo-alves/eTasks-Web</a> </p>
4 changes: 2 additions & 2 deletions eTasks-web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<ItemGroup>
<PackageReference Include="eFirebase4CSharp" Version="1.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.5" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
</div>

<footer class="fixed-bottom mb-2 text-center">
versão 2.0.0
versão/version 2.0.0
</footer>
</div>

<div id="blazor-error-ui">
Um erro inesperado ocorreu.
<a href="" class="reload">Recarregar página</a>
Um erro inesperado ocorreu./An unexpected error happened.
<a href="" class="reload">Recarregar página/Reload the page</a>
<a class="dismiss">🗙</a>
</div>
<script src="_framework/blazor.webassembly.js"></script>
Expand Down

0 comments on commit 8e946ec

Please sign in to comment.