diff --git a/README.md b/README.md
index 5c831e5..07b20b3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
-# ErrorTracker
+# 🐛 ErrorTracker
-An Elixir based built-in error tracking solution.
+
+
+
+
+> An Elixir based built-in error tracking solution.
diff --git a/guides/Getting Started.md b/guides/Getting Started.md
index 19745f8..b8a48f8 100644
--- a/guides/Getting Started.md
+++ b/guides/Getting Started.md
@@ -6,7 +6,7 @@ In this guide we will learn how to install ErrorTracker in an Elixir project so
**This guide requires you to have set up Ecto with PostgreSQL or SQLite3 beforehand.**
-## Installing the ErrorTracker as a dependency
+## Installing ErrorTracker as a dependency
The first step to add ErrorTracker to your application is to declare the package as a dependency in your `mix.exs` file:
diff --git a/lib/error_tracker/web/components/layouts/navbar.ex b/lib/error_tracker/web/components/layouts/navbar.ex
index 4fec30d..13fe2cf 100644
--- a/lib/error_tracker/web/components/layouts/navbar.ex
+++ b/lib/error_tracker/web/components/layouts/navbar.ex
@@ -10,7 +10,7 @@ defmodule ErrorTracker.Web.Layouts.Navbar do
href={dashboard_path(@socket)}
class="self-center text-2xl font-semibold whitespace-nowrap text-white"
>
- ErrorTracker
+ 🐛ErrorTracker
- <%= assigns[:page_title] || "ErrorTracker" %>
+ <%= assigns[:page_title] || "🐛 ErrorTracker" %>