Picta rebrand: remove all clone/Imgur UI strings, wire /logo.svg, simplify upload (Share CTA, full-page drag overlay, body-scroll lock), scrollbar elimination (hidden tracks, overflow-x hidden, break-word, modal internal scroll)

This commit is contained in:
krisf
2026-08-22 17:12:06 -04:00
parent 7862ad8e20
commit 911958db69
7 changed files with 142 additions and 17 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ app.get('/api/health', (req, res) => {
// Initialize and start
loadSeedData();
console.log(`🚀 Imgur Clone running on port ${PORT}`);
console.log(`🚀 Picta running on port ${PORT}`);
console.log(`📦 ${posts.length} seed posts loaded`);
const server = app.listen(PORT, () => {