diff --git a/app/templates/book/components/sub_collection_preview_content.html b/app/templates/book/components/sub_collection_preview_content.html
index a3f548a..3d43220 100644
--- a/app/templates/book/components/sub_collection_preview_content.html
+++ b/app/templates/book/components/sub_collection_preview_content.html
@@ -50,7 +50,7 @@
class="hover:dark:text-white hover:text-black focus:ring-2 rounded-full font-medium text-sm p-2.5 text-center inline-flex items-center dark:hover:text-white"
data-link="{{ build_qa_url(section.approved_interpretation) }}">
-
+ {% include 'icons/share_btn.html' %}
@@ -113,7 +113,7 @@
class="hover:dark:text-white hover:text-black focus:ring-2 rounded-full font-medium text-sm p-2.5 text-center inline-flex items-center dark:hover:text-white"
data-link="{{ build_qa_url(section.approved_interpretation) }}">
-
+ {% include 'icons/share_btn.html' %}
-
+ {% include 'icons/share_btn.html' %}
-
+ {% include 'icons/share_btn.html' %}
diff --git a/app/templates/book/interpretation_view.html b/app/templates/book/interpretation_view.html
index 769b83d..3f884a0 100644
--- a/app/templates/book/interpretation_view.html
+++ b/app/templates/book/interpretation_view.html
@@ -165,7 +165,7 @@
Link copied!
diff --git a/app/templates/book/my_contributions.html b/app/templates/book/my_contributions.html
index aabcf20..2833c37 100644
--- a/app/templates/book/my_contributions.html
+++ b/app/templates/book/my_contributions.html
@@ -81,7 +81,7 @@
Link copied!
diff --git a/app/templates/home/index.html b/app/templates/home/index.html
index 993df78..2f2831f 100644
--- a/app/templates/home/index.html
+++ b/app/templates/home/index.html
@@ -94,7 +94,7 @@
diff --git a/app/templates/icons/share_btn.html b/app/templates/icons/share_btn.html
new file mode 100644
index 0000000..bd8aef1
--- /dev/null
+++ b/app/templates/icons/share_btn.html
@@ -0,0 +1,3 @@
+
diff --git a/app/templates/search/search_results_interpretations.html b/app/templates/search/search_results_interpretations.html
index e8460e6..361e5b5 100644
--- a/app/templates/search/search_results_interpretations.html
+++ b/app/templates/search/search_results_interpretations.html
@@ -102,7 +102,7 @@
diff --git a/app/templates/search/tag_search_results_interpretations.html b/app/templates/search/tag_search_results_interpretations.html
index bd99c44..9db62ef 100644
--- a/app/templates/search/tag_search_results_interpretations.html
+++ b/app/templates/search/tag_search_results_interpretations.html
@@ -90,7 +90,7 @@
diff --git a/app/templates/user/profile.html b/app/templates/user/profile.html
index 1c3cf25..4a9da42 100644
--- a/app/templates/user/profile.html
+++ b/app/templates/user/profile.html
@@ -126,7 +126,9 @@
{{interpretation.user.username}} on {{interpretation.created_at.strftime('%B %d, %Y')}}
-
+