aboutme page hide Privacy link

This commit is contained in:
DASHU
2025-01-31 23:11:02 +08:00
parent ceb3b73e4b
commit a8dba96bf8

View File

@@ -55,12 +55,12 @@ class _AboutMeRouter extends State<AboutMeRouter> {
list.add(Container(
margin: EdgeInsets.only(bottom: 50),
child: Text(
s.Privacy,
style: TextStyle(
fontSize: themeData.textTheme.bodySmall!.fontSize,
),
),
// child: Text(
// s.Privacy,
// style: TextStyle(
// fontSize: themeData.textTheme.bodySmall!.fontSize,
// ),
// ),
));
var backBtn = GestureDetector(