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:
@@ -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, () => {
|
||||
|
||||
Reference in New Issue
Block a user