Skip to content

Commit 2737539

Browse files
authored
Add llms.txt to footer links (#3275)
* Add llms.txt to footer links Resolves #3211 * update screenshots
1 parent a05e658 commit 2737539

File tree

23 files changed

+16
-18
lines changed

23 files changed

+16
-18
lines changed

icons/AI.svg

Lines changed: 3 additions & 0 deletions
Loading

icons/docs.svg

Lines changed: 1 addition & 2 deletions
Loading

icons/donate.svg

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

public/icons/name.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
export type IconName =
44
| "ABI"
55
| "advanced-filter"
6+
| "AI"
67
| "API"
78
| "apps_list"
89
| "apps"
@@ -47,7 +48,6 @@
4748
| "cross"
4849
| "delete"
4950
| "docs"
50-
| "donate"
5151
| "dots"
5252
| "edit"
5353
| "email"
1.06 KB
Loading
1.26 KB
Loading
-97 Bytes
Loading
-13 Bytes
Loading

ui/snippets/footer/Footer.tsx

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const Footer = () => {
5252
},
5353
{
5454
icon: 'social/twitter' as const,
55-
iconSize: '18px',
55+
iconSize: '24px',
5656
text: 'X (ex-Twitter)',
5757
url: 'https://x.com/blockscout',
5858
},
@@ -69,10 +69,16 @@ const Footer = () => {
6969
url: 'https://www.blockscout.com/chains-and-projects',
7070
},
7171
{
72-
icon: 'donate' as const,
72+
icon: 'docs' as const,
73+
iconSize: '20px',
74+
text: 'Docs',
75+
url: 'https://docs.blockscout.com',
76+
},
77+
{
78+
icon: 'AI' as const,
7379
iconSize: '20px',
74-
text: 'Donate',
75-
url: 'https://eth.blockscout.com/address/0xfB4aF6A8592041E9BcE186E5aC4BDbd2B137aD11',
80+
text: 'llms.txt',
81+
url: `${ config.app.baseUrl }/llms.txt`,
7682
},
7783
];
7884

1.11 KB
Loading

0 commit comments

Comments
 (0)