Skip to content

Commit 4e59802

Browse files
committed
more changes
1 parent 7216633 commit 4e59802

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/lib/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
// GitHub API URLs
6-
const REPO_OWNER = 'itskavin';
6+
const REPO_OWNER = 'bytetrix';
77
const REPO_NAME = 'NotShort';
88
const REPO_API_URL = `https://api.github.com/repos/${REPO_OWNER}/${REPO_NAME}`;
99

src/pages/contact.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import Section from '../components/Section.astro';
1212
</p>
1313
<p class="mb-4 text-center text-gray-600 dark:text-gray-400">Here are the best ways to send your digital carrier pigeons:</p> {/* Added intro for list */}
1414
<ul class="list-none text-center space-y-3 text-gray-700 dark:text-gray-300 mb-8"> {/* Centered list, adjusted spacing */}
15-
<li>📧 Email: <a href="mailto:kavin@notshort.in" class="text-blue-600 hover:underline dark:text-blue-400">kavin@notshort.in</a> (For formal stuff, or if you like email)</li>
16-
<li>🐦 Twitter: <a href="https://twitter.com/NotShort.in" target="_blank" rel="noopener noreferrer" class="text-blue-600 hover:underline dark:text-blue-400">@NotShort.in</a> (For quick chats and public declarations)</li>
15+
<li>📧 Email: <a href="mailto:contact@thekavin.com" class="text-blue-600 hover:underline dark:text-blue-400">contact@thekavin.com</a> (For formal stuff, or if you like email)</li>
16+
<li>🐦 Twitter: <a href="https://twitter.com/bykavin" target="_blank" rel="noopener noreferrer" class="text-blue-600 hover:underline dark:text-blue-400">@bykavin</a> (For quick chats and public declarations)</li>
1717
<li>🐙 GitHub: <a href="https://github.com/itskavin" target="_blank" rel="noopener noreferrer" class="text-blue-600 hover:underline dark:text-blue-400">kavin</a> (For bug reports, feature requests, or code admiration)</li>
1818
</ul>
1919
<p class="mt-8 text-center text-gray-600 dark:text-gray-400"> {/* Centered, adjusted margin */}

0 commit comments

Comments
 (0)