Skip to content

Commit

Permalink
Merge pull request #55 from banbri/vue3
Browse files Browse the repository at this point in the history
fix spelling mistake &  improve the input style priority
  • Loading branch information
ijoshwang authored Jul 31, 2023
2 parents 60fc724 + 7a7540a commit 964646a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/PromptInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ const handleSend = () => {
width: 100% !important;
max-width: none !important;
height: 20px !important;
font-weight: 400;
font-weight: 400 !important;
font-size: 14px !important;
font-style: normal;
line-height: 20px;
font-style: normal !important;
line-height: 20px !important;
background: #fff !important;
border: none !important;
Expand Down
2 changes: 1 addition & 1 deletion src/tabs/components/StepFour.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div :class="$style.wrap">
<h3>Pin Webpilot for easy access</h3>
<div :class="$style.guide">Click <IconJigsaw />and ping Webpilot to your nav bar</div>
<div :class="$style.guide">Click <IconJigsaw />and pin Webpilot to your nav bar</div>
<IllustrationPinGuide />
</div>
</template>
Expand Down

0 comments on commit 964646a

Please sign in to comment.