You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _TODO.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,3 +257,5 @@ This article has different approaches to [print pagination](https://www.customjs
257
257
- Need an article on OpenStack
258
258
259
259
- Add links to the privacy policy page to go to preferences and my-data
260
+
261
+
- The four service offerings should be clickable links that take you to the Contact page and pre-fill in the form with the service the person is interested in. The Contact project scopes could have the four services offerings and a "general questions" option.
Copy file name to clipboardExpand all lines: src/components/Layout/HeadingAnchor/index.astro
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,4 @@ export type Props = {
6
6
const { href } =Astro.props
7
7
---
8
8
9
-
<aclass="heading-anchor no-underline hover:no-underline focus-visible:no-underline transition-colors"aria-label="Link to this section"href={href}><spanclass="anchor-link text-base sm:text-lg"aria-hidden="true">🔗</span></a>
9
+
<aclass="heading-anchor no-underline hover:no-underline focus-visible:no-underline transition-colors"aria-label="Link to this section"href={href}tabindex="-1"><spanclass="anchor-link text-base sm:text-lg"aria-hidden="true">🔗</span></a>
0 commit comments