Skip to content

Commit

Permalink
feat: Change app name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbasel committed Aug 26, 2023
1 parent f224296 commit a621ce6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "linkding_mobile",
"name": "Linkaty",
"version": "0.0.1",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/screens/AuthScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function AuthScreen() {
>
<View style={styles.innerContainer}>
<Text variant="headlineMedium" style={styles.title}>
Linkdroid
Linkaty
</Text>
<View style={styles.formContainer}>
<View>
Expand Down
1 change: 0 additions & 1 deletion src/screens/BookmarksScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import React from "react";
import {
RefreshControl,
ScrollView,
StatusBar,
StyleSheet,
Text,
View,
Expand Down

0 comments on commit a621ce6

Please sign in to comment.