Skip to content

Commit

Permalink
Merge pull request #478 from GooeyAI/whatsapp_description_fix
Browse files Browse the repository at this point in the history
Fix Whatsapp text Integration text & Footer year text
  • Loading branch information
anish-work authored Sep 30, 2024
2 parents 44b3157 + 6ebb674 commit 3dab63f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/VideoBots.py
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ class ConnectChoice(typing.NamedTuple):
ConnectChoice(
platform=Platform.WHATSAPP,
img="https://storage.googleapis.com/dara-c1b52.appspot.com/daras_ai/media/1e49ad50-d6c9-11ee-99c3-02420a000123/thumbs/Digital_Inline_Green_400x400.png",
label="Bring your own WhatsApp number to connect. Need a new one? Email [[email protected]](mailto:sales@gooey.ai) for help.",
label="Connect your own new mobile # (that's not already on WhatsApp) or [upgrade to Business](https://gooey.ai/pricing) for a number on us.",
),
ConnectChoice(
platform=Platform.SLACK,
Expand Down
1 change: 1 addition & 0 deletions routers/root.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ def page_wrapper(request: Request, className=""):
"request": request,
"settings": settings,
"block_incognito": True,
"current_year": datetime.datetime.now().year,
}
if request.user and request.user.is_anonymous:
context["anonymous_user_token"] = auth.create_custom_token(
Expand Down
2 changes: 1 addition & 1 deletion templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h6 class="mb-2">{{ col_name }}</h6>
<span
class="text-muted gui-html-container gui-md-container"
style="font-size: 0.9rem"
><p>©2023 by Gooey.AI / Dara.network Inc</p>
><p>©{{ current_year or 2024 }} by Gooey.AI / Dara.network Inc</p>
</span>
</div>

Expand Down

0 comments on commit 3dab63f

Please sign in to comment.