Skip to content

Commit

Permalink
Final prod build prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian committed Dec 13, 2023
1 parent ff962bd commit 03c3f6d
Show file tree
Hide file tree
Showing 5 changed files with 208 additions and 136 deletions.
4 changes: 2 additions & 2 deletions frontend/components/NewMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
<div class="new-message-container">
<div class="thread-header new-message-header">
<div class="thread-header-container">
<a class="back-link" href="/app/webtexting" aria="Go Back to threadlist!">←</a>
<a class="back-link" href="/app/webtexting" aria="Go Back to Threadlist!">←</a>
<div class="new-message-headline">New Conversation</div>
</div>
</div>
Expand All @@ -29,7 +29,7 @@ export default {
<br>
<br>
<label for="new-thread-number">Outbound Number must include Country Code and Area Code:</label>
<SendBox :remoteNumber="number" :ownNumber="ownNumber" />
<SendBox :remoteNumber="number" :ownNumber="ownNumber" location="New-Message"/>
</div>
</div>
</template>
Expand Down
Loading

0 comments on commit 03c3f6d

Please sign in to comment.