- Create Economist SubmissionTracking package correctly: * mainArticle = full blog post content * coverLetter = 216-word SIR— letter * Links to blog post via blogPostId - Archive 'Letter to The Economist' from blog posts (it's the cover letter) - Fix date display on article cards (use published_at) - Target publication already displaying via blue badge Database changes: - Make blogPostId optional in SubmissionTracking model - Economist package ID: 68fa85ae49d4900e7f2ecd83 - Le Monde package ID: 68fa2abd2e6acd5691932150 Next: Enhanced modal with tabs, validation, export 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<radialGradient id="core">
|
|
<stop offset="0%" stop-color="#64ffda"/>
|
|
<stop offset="100%" stop-color="#0ea5e9"/>
|
|
</radialGradient>
|
|
</defs>
|
|
|
|
<!-- Orbital rings -->
|
|
<circle cx="24" cy="24" r="20" stroke="#64ffda" stroke-width="1" opacity="0.2" fill="none"/>
|
|
<circle cx="24" cy="24" r="16" stroke="#64ffda" stroke-width="1" opacity="0.3" fill="none"/>
|
|
<circle cx="24" cy="24" r="12" stroke="#64ffda" stroke-width="1" opacity="0.4" fill="none"/>
|
|
|
|
<!-- Six service nodes (hexagonal) -->
|
|
<circle cx="24" cy="8" r="3.5" fill="#10b981"/>
|
|
<circle cx="37" cy="16" r="3.5" fill="#6366f1"/>
|
|
<circle cx="37" cy="32" r="3.5" fill="#8b5cf6"/>
|
|
<circle cx="24" cy="40" r="3.5" fill="#f59e0b"/>
|
|
<circle cx="11" cy="32" r="3.5" fill="#ec4899"/>
|
|
<circle cx="11" cy="16" r="3.5" fill="#14b8a6"/>
|
|
|
|
<!-- Central core -->
|
|
<circle cx="24" cy="24" r="8" fill="url(#core)"/>
|
|
<circle cx="24" cy="24" r="6" fill="rgba(0,0,0,0.3)"/>
|
|
<text x="24" y="28" text-anchor="middle" font-family="Arial" font-size="8" font-weight="bold" fill="white">T</text>
|
|
</svg>
|