Migrate api-dash to apidash

This commit is contained in:
Ankit Mahato
2023-08-27 18:23:49 +05:30
parent 5405b8f37a
commit 32b8358cd8
6 changed files with 26 additions and 27 deletions

View File

@ -6,7 +6,7 @@ import 'package:google_fonts/google_fonts.dart';
import 'package:davi/davi.dart';
const kDiscordUrl = "https://bit.ly/heyfoss";
const kGitUrl = "https://github.com/foss42/api-dash";
const kGitUrl = "https://github.com/foss42/apidash";
const kIssueUrl = "$kGitUrl/issues";
final kIsMacOS = !kIsWeb && Platform.isMacOS;