Skip to content

Commit eddde0c

Browse files
committed
Remove section on alternative projects
1 parent 9c4c9da commit eddde0c

File tree

2 files changed

+0
-105
lines changed

2 files changed

+0
-105
lines changed

src/components/SharedLinks.astro

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
import { resolve } from '../i18n/resolve';
33
import rightsGroups from '../data/links/rights-groups.yaml';
4-
import projects from '../data/links/projects.yaml';
54
import references from '../data/links/references.yaml';
65
import overview from '../data/links/overview.yaml';
76
import editorials from '../data/links/editorials.yaml';
@@ -26,14 +25,6 @@ const byLabel = resolve({ en: 'by', ru: 'от' }, locale);
2625
))}
2726
</ul>
2827

29-
<h4>{resolve(projects.heading, locale)}</h4>
30-
<p>{resolve(projects.description, locale)}</p>
31-
<ul>
32-
{projects.items.map((item: any) => (
33-
<li><a href={item.url} target="_blank">{resolve(item.text, locale)} ↗</a></li>
34-
))}
35-
</ul>
36-
3728
<h2>{resolve(references.heading, locale)}</h2>
3829

3930
<h3>{resolve(overview.heading, locale)}</h3>

src/data/links/projects.yaml

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)