Skip to content

Commit

Permalink
Merge pull request #1693 from frappe/revert-1692-refactor-ticket
Browse files Browse the repository at this point in the history
Revert "chore: added temporary banner for offsite"
  • Loading branch information
sumitbhanushali authored Feb 12, 2024
2 parents 45958cc + 3d8eafe commit fc8bcb6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions desk/src/pages/ticket/TicketNew.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<template>
<div class="flex flex-col">
<TicketBreadcrumbs :parent="route.meta.parent" title="New" />
<div class="text-base text-orange-800 mx-5 my-2 font-semibold">
Due to company offsite, there might be a slight delay in response. We will get back to you as soon as possible.
</div>
<div v-if="template.data?.about" class="mx-5 my-3">
<div class="prose-f" v-html="sanitize(template.data.about)" />
</div>
Expand Down

0 comments on commit fc8bcb6

Please sign in to comment.