From 802285872a2c57e7a5e130f32a2b45497d7687f1 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 5 Dec 2023 19:11:34 +0100 Subject: refactor(pages): refine Projects page * add a `contexts` meta key to projects * replace `technologies` with `contexts` key in projects list * make getProjectsFilenames async * add Cypress tests --- src/styles/abstracts/placeholders/_links.scss | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/styles/abstracts/placeholders/_links.scss') diff --git a/src/styles/abstracts/placeholders/_links.scss b/src/styles/abstracts/placeholders/_links.scss index 9bfd19e..a230e70 100644 --- a/src/styles/abstracts/placeholders/_links.scss +++ b/src/styles/abstracts/placeholders/_links.scss @@ -29,8 +29,6 @@ } %link-with-icon { - display: inline-block; - &::after { display: inline-block; content: var(--is-lang-hidden, "\0000a0" var(--lang-icon, "")) -- cgit v1.2.3