Skip to content

Commit

Permalink
Fixed Community
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscher committed Nov 8, 2023
1 parent e1c0660 commit 562d4ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,10 @@
<!--<article class="small-blur no-padding responsive max">-->
<main class="responsive max">
<nav class="padding">
<button class="circle transparent">
<i></i>
</button>
<h6 class="small max center-align">
<i></i>
<h6 class="small max center-align">
$HEAD_MODE
&nbsp;
<p class="bold">
Expand All @@ -83,9 +82,10 @@ <h6 class="small max center-align">
&nbsp;
<p class="bold">$VERSION_KERNEL</p>
</h6>
<a class="circle transparent" href="/execute close$">
<!-- <a class="circle transparent" href="/execute close$">
<i>close</i>
</a>
</a>-->
<i></i>
</nav>
<div class="grid padding">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ <h5 class="center-align small bold">$TXT_TITLE_REMOVE</h5>
</nav>
<dialog class="modal active" id="dialog-modal-info">
<h5>$TXT_INTRO</h5>
<h5 class="small bold">$TXT_INTRO</h5>
<div>
<a href="#" onclick="_run('./url.run https://forum.biglinux.com.br/t/biglinuxcommunity')">
<h6 class="small">$TXT_INTRO_DESC<br><br>
Expand All @@ -177,7 +178,7 @@ <h6 class="small">$TXT_INTRO_DESC<br><br>
</dialog>
<dialog class="modal" id="dialog-modal">
<h5>$TXT_INTROINSTALL</h5>
<h5 class="small bold">$TXT_INTROINSTALL</h5>
<div class="row">
<i class="light-green-text">check_circle</i>
Expand Down Expand Up @@ -217,7 +218,7 @@ <h6 class="small bold">$TXT_INTROINSTALL_STEP3</h5>
</dialog>
<dialog class="modal" id="dialog-modal2">
<h5>$TXT_INTROREMOVE</h5>
<h5 class="small bold">$TXT_INTROREMOVE</h5>
<div class="row">
<i class="light-green-text">check_circle</i>
Expand Down

0 comments on commit 562d4ec

Please sign in to comment.