fix: couple of bugs
Code Analysis / SonarQube (push) Failing after 15s

This commit is contained in:
2025-09-23 13:21:27 -07:00
parent be19ed3329
commit 43a021d802
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ HTML_START='<!DOCTYPE html>
text-decoration: none; text-decoration: none;
} }
.icon { i {
height: 100px; font-size: 3rem;
} }
.name { .name {
+2 -2
View File
@@ -29,8 +29,8 @@
text-decoration: none; text-decoration: none;
} }
.icon { i {
height: 100px; font-size: 3rem;
} }
.name { .name {
+1 -1
View File
@@ -1,6 +1,6 @@
#! /usr/bin/bash #! /usr/bin/bash
dirs=("bsky" "chat" "games" "link-redirector" "testimonials" "manual" "sitemap" "music" "books" "products"); dirs=("bsky" "chat" "games" "link-redirector" "testimonials" "manual" "sitemap" "music" "books" "products" "donate");
for dir in "${dirs[@]}"; do for dir in "${dirs[@]}"; do
rsync -av $dir prod:/home/nhcarrigan rsync -av $dir prod:/home/nhcarrigan