Skip to content

Commit bbdf624

Browse files
author
Guillermo Machado
committed
feat: update github star component to point rootstrap's repo
1 parent 2bd7508 commit bbdf624

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/src/components/GithubStar.astro

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ import { Icon } from '@astrojs/starlight/components';
7272
color: var(--sl-color-accent-high);
7373
}
7474
.star-count{
75-
text-align: right;
7675
font-weight: 700;
7776
min-width: 20px;
7877
color: transparent;
@@ -91,7 +90,7 @@ import { Icon } from '@astrojs/starlight/components';
9190
if (starCountElement) {
9291
starCountElement.classList.add("spinner");
9392

94-
fetch("https://api.github.com/repos/rootstrap/react-native-template")
93+
fetch("https://api.github.com/repos/obytes/react-native-template-obytes")
9594
.then((response) => response.json())
9695
.then((data) => {
9796
starCountElement.classList.remove("spinner");
@@ -109,7 +108,7 @@ import { Icon } from '@astrojs/starlight/components';
109108
<a
110109
target="_blank"
111110
rel="noreferrer noopener"
112-
href="https://github.com/rootstrap/react-native-template"
111+
href="https://github.com/obytes/react-native-template-obytes"
113112
class="link">
114113
<span
115114
id="star-count"

docs/src/content/docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ In addition to maintaining this starter kit, we are also available to work on cu
101101

102102
## ❓ FAQ
103103

104-
If you have any questions about the starter and want answers, please check out the [Discussions](https://github.com/obytes/react-native-template-obytes/discussions) page.
104+
If you have any questions about the starter and want answers, please check out the [Github repo](https://github.com/rootstrap/react-native-template/discussions).

0 commit comments

Comments
 (0)