diff --git a/public/images/icons/ATTRIBUTION.txt b/public/images/icons/ATTRIBUTION.txt index c34f4866..0e682fe6 100644 --- a/public/images/icons/ATTRIBUTION.txt +++ b/public/images/icons/ATTRIBUTION.txt @@ -13,6 +13,16 @@ linux.svg, apple.svg, windows.svg, channel.svg, docs.svg, github.svg https://github.com/Templarian/MaterialDesign/blob/master/LICENSE Credit: Pictogrammers +magnifier.svg + Source: Starlight's own icon set, @astrojs/starlight + components-internals/Icons.ts, `magnifier` + Licence: MIT + https://github.com/withastro/starlight/blob/main/LICENSE + Credit: Astro contributors + Note: not a Material icon like the rest, on purpose. The header's site + search renders this same glyph, and the two search boxes sit on the + same page. + wasm.svg Source: Simple Icons, via zensical/templates/.icons/simple/webassembly.svg Licence: CC0 1.0 Universal diff --git a/public/images/icons/magnifier.svg b/public/images/icons/magnifier.svg new file mode 100644 index 00000000..685a4f64 --- /dev/null +++ b/public/images/icons/magnifier.svg @@ -0,0 +1 @@ + diff --git a/src/components/DistroHead.astro b/src/components/DistroHead.astro index d312311e..adc19542 100644 --- a/src/components/DistroHead.astro +++ b/src/components/DistroHead.astro @@ -1,6 +1,6 @@ --- import type { Distro } from "../data/distros"; -import { supportLine, title } from "../data/distros"; +import { repoName, repoUrl, supportLine, title } from "../data/distros"; import DistroTabs from "./DistroTabs.astro"; interface Props { @@ -22,6 +22,17 @@ const { distro } = Astro.props;
{supportLine(distro)}
+ + + + {repoName(distro)} + diff --git a/src/components/package-table/PackageTable.svelte b/src/components/package-table/PackageTable.svelte index 90b82130..be804af8 100644 --- a/src/components/package-table/PackageTable.svelte +++ b/src/components/package-table/PackageTable.svelte @@ -395,6 +395,10 @@