diff --git a/templates_user/components/instagram-box-dev.php b/templates_user/components/instagram-box-dev.php
index c4d96ac..7a1056c 100644
--- a/templates_user/components/instagram-box-dev.php
+++ b/templates_user/components/instagram-box-dev.php
@@ -1,58 +1,54 @@
-
- function post($username, $permalink, $caption, $timestamp) {
- $html = '
';
- $html .= '';
- $html .= '
';
- $html .= '';
- return $html;
- }
-?>
+Sprawdź nas na Instagramie
-
-
- foreach($postsData->data as $post): ?>
-
- $postId = $post->id;
- $permalink = $post->permalink;
- $mediaUrl = $post->media_url;
- $mediaType = $post->media_type;
- $description = $post->caption;
- ?>
- -
-
-
-
-
- endforeach ?>
-
+
+
+
+ foreach($postsData->data as $post): ?>
+
+ $postId = $post->id;
+ $permalink = $post->permalink;
+ $mediaUrl = $post->media_url;
+ $mediaType = $post->media_type;
+ $description = $post->caption;
+ ?>
+ -
+
+
+
+
+ endforeach ?>
+
+
+
-
-