Removed redundant headings

This commit is contained in:
Joel Collins 2019-02-12 14:56:07 +00:00
parent 737e26c092
commit 34d8b80ef0
2 changed files with 0 additions and 2 deletions

View file

@ -1,6 +1,5 @@
<template> <template>
<div class="host-display"> <div class="host-display">
<h2>Debug</h2>
<div v-if="$store.getters.ready"> <div v-if="$store.getters.ready">
<p><b>Host:</b> {{ $store.state.host }}</p> <p><b>Host:</b> {{ $store.state.host }}</p>
<p><b>Base URI:</b> {{ $store.getters.uri }}</p> <p><b>Base URI:</b> {{ $store.getters.uri }}</p>

View file

@ -1,6 +1,5 @@
<template> <template>
<div class="host-input"> <div class="host-input">
<h2>Connect</h2>
<div class="uk-margin"> <div class="uk-margin">
<form @submit.prevent="handleSubmit"> <form @submit.prevent="handleSubmit">
<div class="uk-inline"> <div class="uk-inline">