UNPKG

gatsby-remark-dictionary

Version:

Create a dictionary of word and phrases to be converted to highlighted values and links. define once and all phrases will be converted during build time.

12 lines (10 loc) 275 B
import React from 'react'; import { Algolia } from 'styled-icons/fa-brands/Algolia'; export const PoweredBy = () => ( <span className="poweredBy"> Powered by{` `} <a href="https://algolia.com"> <Algolia size="1em" /> Algolia </a> </span> );