Skip to content

Commit

Permalink
move text to settings component
Browse files Browse the repository at this point in the history
  • Loading branch information
karliky committed May 6, 2020
1 parent 8cd53c2 commit 2603da6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/renderer/components/sections/laboratory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
<div class="container">
<h1 class="title">laboratory control.</h1>
<h2 class="subtitle">Nothing implemented yet.</h2>
<p>World of Warcraft® and Blizzard Entertainment® are
all trademarks or registered trademarks of Blizzard
Entertainment in the United States and/or other
countries. These terms and all related materials,
logos, and images are copyright © Blizzard
Entertainment. This app is in no way associated with
or endorsed by Blizzard Entertainment®.”</p>
</div>
</div>
</section>
Expand Down
7 changes: 7 additions & 0 deletions src/renderer/components/sections/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
</label>
</div>
</div>
<small><i>World of Warcraft® and Blizzard Entertainment® are
all trademarks or registered trademarks of Blizzard
Entertainment in the United States and/or other
countries. These terms and all related materials,
logos, and images are copyright © Blizzard
Entertainment. This app is in no way associated with
or endorsed by Blizzard Entertainment®.”</i></small>
</div>
</div>
</template>
Expand Down

0 comments on commit 2603da6

Please sign in to comment.