chore: replace placeholder branding with final logo and color scheme

This commit is contained in:
2025-03-03 16:06:05 +00:00
parent d819021fdb
commit 8a13f1a59c
12 changed files with 167 additions and 202 deletions
-1
View File
@@ -27,7 +27,6 @@ void extract_urls(const char *input, char **urls, int *url_count) {
cursor += match.rm_eo;
(*url_count)++;
}
regfree(&regex);
}