Rename Harbor -> Hackatime

This commit is contained in:
Max Wofford 2025-03-12 13:57:42 -04:00
parent e7764b659e
commit 7ffaec4cf8
4 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@ class AuthMailer < ApplicationMailer
mail(
to: email_address.email,
subject: "Your Harbor sign-in link"
subject: "Your Hackatime sign-in link"
)
end
end

View file

@ -4,12 +4,12 @@
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
</head>
<body>
<h1>Welcome back to Harbor!</h1>
<h1>Welcome back to Hackatime!</h1>
<p>
Click the link below to sign in to your account:
</p>
<p>
<%= link_to 'Sign in to Harbor', auth_token_url(@token.token) %>
<%= link_to 'Sign in to Hackatime', auth_token_url(@token.token) %>
</p>
<p>
This link will expire in 30 minutes and can only be used once.

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html class="<%= Rails.env == "production" ? "production" : "development" %>">
<head>
<title><%= content_for(:title) || "Harbor" %></title>
<title><%= content_for(:title) || "Hackatime" %></title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">

View file

@ -1,5 +1,5 @@
{
"name": "Harbor",
"name": "Hackatime",
"icons": [
{
"src": "/icon.png",
@ -16,7 +16,7 @@
"start_url": "/",
"display": "standalone",
"scope": "/",
"description": "Harbor.",
"description": "Track your coding time with Hackatime.",
"theme_color": "red",
"background_color": "red"
}