Skip to content

Commit 62bd011

Browse files
authored
Update FooterComponent.js
1 parent 674dbe9 commit 62bd011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/FooterComponent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default{
66
77
<a href="https://discord.gg/tczFfRMUUt" class="social-media-button"><i class="fab fa-discord"></i></a>
88
9-
<a href="https://www.threads.net/@fantasyvball" class="social-media-button"><i class="fas fa-at"></i></a>
9+
<a href="https://github.com/fantasyvball/fantasyvball.github.io" class="social-media-button"><i class="fab fa-github"></i></a>
1010
1111
<a data-bs-toggle="modal" href="#bugReportModal" class="social-media-button"><i class="fas fa-bug"></i></a>
1212
</div>
@@ -30,7 +30,7 @@ export default{
3030
</div>
3131
<div class="mb-3">
3232
<label for="bugDescription" class="form-label">Bug Description</label>
33-
<textarea class="form-control" id="bugDescription" rows="4" placeholder="this form is not ready yet! if you encounter any bugs please contact: fantasyvball@outlook.com" required disabled></textarea>
33+
<textarea class="form-control" id="bugDescription" rows="4" placeholder="The current version of this form is still under development and not yet fully functional. If you come across any issues or errors, please don't hesitate to get in touch with us at fantasyvball@outlook.com or submit a bug report in our GitHub repository." required disabled></textarea>
3434
</div>
3535
</form>
3636
</div>

0 commit comments

Comments
 (0)