Skip to content

Commit

Permalink
refactor(views/home): refactor feedback component in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
tks18 committed Jul 24, 2022
1 parent d654119 commit 503f854
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/views/home/components/feedback-component.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<template>
<v-card
outlined
rounded
class="column is-full"
:class="$vuetify.theme.dark ? ' grad-back-dark' : ' grad-back-light'"
>
<v-card flat class="column is-full">
<v-card-text>
<v-row align="center" justify="center" class="ma-0 pa-0">
<v-col cols="12" align="center">
Expand All @@ -25,8 +20,6 @@
v-model="name"
prepend-icon="mdi-form-textbox"
dense
:persistent-hint="true"
hint="Eg: Sudharshan"
label="Name"
hide-details="auto"
outlined
Expand All @@ -39,8 +32,6 @@
v-model="email"
prepend-icon="mdi-email"
dense
:persistent-hint="true"
hint="Eg: [email protected]"
label="Email"
hide-details="auto"
outlined
Expand All @@ -59,7 +50,6 @@
:full-width="true"
:persistent-hint="true"
label="Message"
:filled="true"
:outlined="true"
/>
</v-col>
Expand Down

0 comments on commit 503f854

Please sign in to comment.