Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4tim committed Jan 7, 2025
1 parent 7ec49d1 commit 5cc65df
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
11 changes: 9 additions & 2 deletions src/views/humanoid/RobonomicsApp.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<template>
<robo-layout-section>
<robo-section offset="x2" width="narrow">
<h3>The-Rise-of-Humanoids</h3>
<robo-section offset="x2" width="narrow" style="text-align: center">
<h3>The Rise of Humanoids</h3>
<img src="./icon_XRT.png" class="logo" />
</robo-section>

<template v-if="RobonomicsProvider.isReady">
Expand All @@ -17,3 +18,9 @@ import RobonomicsLaunch from "./RobonomicsLaunch.vue";
const RobonomicsProvider = inject("RobonomicsProvider");
</script>

<style scoped>
.logo {
width: 160px;
}
</style>
3 changes: 2 additions & 1 deletion src/views/humanoid/RobonomicsLaunch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
:options="commands.map((item) => item.name)"
v-model="parameter"
/>
<robo-button @click="send" block :loading="proccess">Send</robo-button>
<br />
<robo-button @click="send" block :loading="proccess">Pay</robo-button>
<robo-text weight="bold" v-if="result">{{ result }}</robo-text>
<robo-text highlight="error" v-if="error">{{ error }}</robo-text>
</robo-section>
Expand Down
Binary file added src/views/humanoid/icon_XRT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5cc65df

Please sign in to comment.