Skip to content

Commit

Permalink
Merge pull request #276 from kiva/CIT-229-create-kiva-partner-variati…
Browse files Browse the repository at this point in the history
…on-of-the-login-page

feat: cleanup unneeded code in kiva partner header
  • Loading branch information
dyersituations authored Aug 1, 2023
2 parents 126d439 + ff39945 commit 0fe64e4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions @kiva/kv-components/vue/KvKivaPartnerHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,7 @@
</nav>
</template>

<script>
export default {
setup() {},
};
</script>

<style lang="postcss" scoped>
<style scoped>
.header__full {
grid-template-areas: 'logo right';
grid-template-columns: 1fr auto;
Expand Down

0 comments on commit 0fe64e4

Please sign in to comment.