From 8146ba28bca1885d071a7dc835734bb15c4d90f2 Mon Sep 17 00:00:00 2001 From: Matthew Dupuis Date: Mon, 22 Jul 2024 23:45:10 -0400 Subject: [PATCH] modified: updated hover text example for SecondaryLink service documentation. --- docs/customservices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customservices.md b/docs/customservices.md index d4b7369..05d3d77 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -62,7 +62,7 @@ The following configuration is available for the SecondaryLink service: - type: "SecondaryLink" SecondaryLinkUrl: "https://my-second-link" # url for the second link SecondaryLinkTarget: "_blank" # optional html tag target attribute. - SecondaryLinkHover: " " # optional text to show when the second link is hovered over. + SecondaryLinkHover: "More Info" # optional text to show when the second link is hovered over. SecondaryLinkIcon: "fas fa-circle-info" # icon to use as the visual indicator of the link ``` Like the rest of Homer, FontAwesome icons can be used for the SecondaryLinkIcon.