Skip to content

Commit

Permalink
fix: merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Mar 13, 2024
1 parent 44557ec commit d3d62ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions src/components/backend-ai-webui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1861,7 +1861,7 @@ export default class BackendAIWebUI extends connect(store)(LitElement) {
</div>
<address class="full-menu">
<small class="sidebar-footer">Lablup Inc.</small>
<small class="sidebar-footer" style="font-size:9px;">23.09.10-rc.3.5940</small>
<small class="sidebar-footer" style="font-size:9px;">23.09.10-rc.3.5952</small>
</address>
<div id="sidebar-navbar-footer" class="vertical start end-justified layout" style="margin-left:16px;">
<backend-ai-help-button active style="margin-left:4px;"></backend-ai-help-button>
Expand Down Expand Up @@ -1903,11 +1903,7 @@ export default class BackendAIWebUI extends connect(store)(LitElement) {
</div>
<address class="full-menu">
<small class="sidebar-footer">Lablup Inc.</small>
<<<<<<< HEAD
<small class="sidebar-footer" style="font-size:9px;">23.09.10-rc.3.5940</small>
=======
<small class="sidebar-footer" style="font-size:9px;">23.09.10-rc.3.5940</small>
>>>>>>> main
<small class="sidebar-footer" style="font-size:9px;">23.09.10-rc.3.5952</small>
</address>
<div id="sidebar-navbar-footer" class="vertical start end-justified layout" style="margin-left:16px;">
<backend-ai-help-button active style="margin-left:4px;"></backend-ai-help-button>
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "package": "23.09.10-rc.3", "buildNumber": "5940", "buildDate": "240313.190322", "revision": "a660c1db" }
{ "package": "23.09.10-rc.3", "buildNumber": "5952", "buildDate": "240313.190312", "revision": "44557ec5" }

0 comments on commit d3d62ed

Please sign in to comment.