From 2ddeeadebe916d2974a75ca9ff20021842e173fd Mon Sep 17 00:00:00 2001 From: Haimantika mitra Date: Wed, 15 Nov 2023 19:32:23 +0530 Subject: [PATCH] Removed emoji --- .../+page.markdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/blog/post/deploy-a-pdf-generation-service-with-appwrite-functions/+page.markdoc b/src/routes/blog/post/deploy-a-pdf-generation-service-with-appwrite-functions/+page.markdoc index cb7f4c1fab..119032d2cd 100644 --- a/src/routes/blog/post/deploy-a-pdf-generation-service-with-appwrite-functions/+page.markdoc +++ b/src/routes/blog/post/deploy-a-pdf-generation-service-with-appwrite-functions/+page.markdoc @@ -46,7 +46,7 @@ If you’d like to let people download the invoice from your web app, you can do ``` -📱 On Flutter you can use the [download](https://pub.dev/packages/download), or [open_filex](https://pub.dev/packages/open_filex/) package to achieve a similar result. +On Flutter you can use the [download](https://pub.dev/packages/download), or [open_filex](https://pub.dev/packages/open_filex/) package to achieve a similar result. The next step is extend the template to show real invoice data. Here’s a high-level overview of what’s required: