Skip to content

Commit

Permalink
update text humanoid
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4tim committed Jan 7, 2025
1 parent 738a287 commit c67dcb8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const routes = [
name: "Humanoid",
component: Humanoid,
meta: {
title: "The-Rise-of-Humanoids"
title: "Pay the robot with cryptocurrency"
}
},
{ path: "/:pathMatch(.*)*", component: PathNotFound }
Expand Down
18 changes: 14 additions & 4 deletions src/views/humanoid/RobonomicsApp.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
<template>
<robo-layout-section>
<robo-section offset="x2" width="narrow" style="text-align: center">
<h3>The Rise of Humanoids</h3>
<img src="./icon_XRT.png" class="logo" />
<robo-text weight="bold" style="font-size: 40px">1 XRT</robo-text>
<h2>Pay the robot with cryptocurrency.</h2>
<br />
<robo-text>
Experience this unique demo of the future robot economy on the streets
of Las Vegas during CES 2025! Pay one Robonomics token ($XRT) to a
humanoid for any basic action.
</robo-text>
<br />
<robo-text weight="bold" style="font-size: 40px">
Price: 1<img src="./icon_XRT.png" class="logo" />
</robo-text>
</robo-section>

<template v-if="RobonomicsProvider.isReady">
Expand All @@ -22,6 +30,8 @@ const RobonomicsProvider = inject("RobonomicsProvider");

<style scoped>
.logo {
width: 160px;
width: 45px;
vertical-align: text-top;
margin: -2px 5px 0;
}
</style>

0 comments on commit c67dcb8

Please sign in to comment.