mirror of
https://github.com/firecrawl/firecrawl.git
synced 2026-03-13 08:21:20 +08:00
Merge pull request #2986 from firecrawl/noaa/fix-broken-twitter-link
fix(docs): update social media links in README and footer/header components
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
<div>
|
||||
<p align="center">
|
||||
<a href="https://twitter.com/firecrawl_dev">
|
||||
<a href="https://twitter.com/firecrawl">
|
||||
<img src="https://img.shields.io/badge/Follow%20on%20X-000000?style=for-the-badge&logo=x&logoColor=white" alt="Follow on X" />
|
||||
</a>
|
||||
<a href="https://www.linkedin.com/company/104100957">
|
||||
|
||||
@@ -19,7 +19,7 @@ const today = new Date();
|
||||
></path>
|
||||
</svg>
|
||||
</a>
|
||||
<a href="https://twitter.com/firecrawl_dev" target="_blank">
|
||||
<a href="https://twitter.com/firecrawl" target="_blank">
|
||||
<span class="sr-only">Follow Firecrawl on Twitter</span>
|
||||
<svg
|
||||
viewBox="0 0 16 16"
|
||||
|
||||
@@ -24,7 +24,7 @@ import HeaderLink from "./HeaderLink.astro";
|
||||
></path>
|
||||
</svg>
|
||||
</a>
|
||||
<a href="https://twitter.com/firecrawl_dev" target="_blank">
|
||||
<a href="https://twitter.com/firecrawl" target="_blank">
|
||||
<span class="sr-only">Follow Firecrawl on Twitter</span>
|
||||
<svg viewBox="0 0 16 16" aria-hidden="true" width="32" height="32"
|
||||
><path
|
||||
|
||||
Reference in New Issue
Block a user