From 444d2847a59e13b4ea0529177fe9e62e0afa481d Mon Sep 17 00:00:00 2001 From: Simon Hollingshead <me@simonhollingshead.com> Date: Mon, 29 Jan 2024 23:59:49 +0000 Subject: [PATCH] Swap from ForkAwesome 1.2.0 to FontAwesome 6.5.1. (#882) --- docs/configurations.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/configurations.md b/docs/configurations.md index 7300400..36f0394 100644 --- a/docs/configurations.md +++ b/docs/configurations.md @@ -140,7 +140,7 @@ | Configuration | Type | Required | Description | Example | | -------------- | ------ | -------- | ---------------------------------------- | ------------------------------- | | name | string | Yes | Icon name. | `"Github"` | -| icon | string | Yes | ForkAwesome icon classes. | `"fa fa-github"` | +| icon | string | Yes | FontAwesome icon classes. | `"fa fa-github"` | | weight | int | Yes | Icon order. | `1` | | url | string | Yes | URL to redirect. | `"https://github.com/johndoe/"` | -- Gitblit v1.10.0