diff --git a/docs/src/content/docs/book/functions.mdx b/docs/src/content/docs/book/functions.mdx
index f193eb168..1a29b2be9 100644
--- a/docs/src/content/docs/book/functions.mdx
+++ b/docs/src/content/docs/book/functions.mdx
@@ -3,6 +3,8 @@ title: Functions
description: "Global, asm, native functions, as well as receivers, getters and storage functions, plus the many attributes that allow for great flexibility and expressivity of Tact language"
---
+import { Badge } from '@astrojs/starlight/components';
+
Functions in Tact could be defined in different ways:
* Global static function
@@ -140,7 +142,7 @@ contract Treasure {
### Explicit resolution of method ID collisions
-