add space in docs link (#209)

This commit is contained in:
Parneel B
2025-05-07 09:08:19 -07:00
committed by GitHub
parent a3686065ad
commit 51f591dd00

View File

@@ -160,7 +160,7 @@
<% if @projects.any? && @user.slack_uid.present? %>
<section>
<p>This badge shows individual project stats.</p>
<p><small>see <a href="https://github.com/pbhak/hackatime-badge">the documentation</a>for more customization options!</small></p>
<p><small>see <a href="https://github.com/pbhak/hackatime-badge">the documentation</a> for more customization options!</small></p>
<select name="project-id" id="project-select" onchange="updateBadgeProject(this.value)" class="form-select">
<% @projects.each do |project_name| %>
<option value="<%= project_name %>"><%= project_name %></option>