changed placeholders to text
This commit is contained in:
@@ -5,6 +5,8 @@ class Links extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return const Placeholder();
|
||||
return const Center(
|
||||
child: Text("Links Page"),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user