diff --git a/app/(root)/(tabs)/home.tsx b/app/(root)/(tabs)/home.tsx index 9c61b81..5d485e1 100644 --- a/app/(root)/(tabs)/home.tsx +++ b/app/(root)/(tabs)/home.tsx @@ -1,6 +1,6 @@ import { useAuth, useUser } from "@clerk/clerk-expo"; import * as Location from "expo-location"; -import { router } from "expo-router"; +import { Link, router } from "expo-router"; import { useEffect, useState } from "react"; import { ActivityIndicator, @@ -15,6 +15,7 @@ import { SafeAreaView } from "react-native-safe-area-context"; import { GoogleTextInput } from "@/components/google-text-input"; import { Map } from "@/components/map"; import { RideCard } from "@/components/ride-card"; +import { LINKS } from "@/config"; import { icons, images } from "@/constants"; import { useLocationStore } from "@/store"; import { useFetch } from "@/lib/fetch"; @@ -108,12 +109,27 @@ const Home = () => { {user?.firstName || user?.emailAddresses[0].emailAddress} 👋 - - Logout - + + + GitHub + + + + Logout + +