From e425c14f1d916e3f78a5a3d4deb038ed8c9d4ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20de=20Arriba?= Date: Mon, 12 Aug 2024 18:37:15 +0200 Subject: [PATCH 1/7] Add icon everywhere --- README.md | 2 +- guides/Getting Started.md | 2 +- lib/error_tracker/web/components/layouts/navbar.ex | 2 +- lib/error_tracker/web/components/layouts/root.html.heex | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5c831e5..3a1281a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ErrorTracker +# 🐛 ErrorTracker 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