MCPcopy
hub / github.com/stackshareio/awesome-stacks / Banner

Function Banner

src/components/banner.js:3โ€“7  ยท  view source on GitHub โ†—
()

Source from the content-addressed store, hash-verified

1import React from "react"
2
3const Banner = () => (
4 <div className="has-text-centered" style={{ width: "100%", padding: "10px 0", background: "#DA552F", zIndex: 999 }}>
5 <a rel="noopener noreferrer" href="https://www.producthunt.com/posts/awesome-stacks?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-awesome-stacks" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=150969&theme=light" alt="Awesome Stacks - Discover & share useful tech stacks for your next project ๐Ÿ˜Ž | Product Hunt Embed" style={{ width: "225px", height: "54px" }} /></a>
6 </div>
7)
8
9export default Banner

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected