Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pages title #117

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/about/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import BaseLayout from "../../layouts/BaseLayout/BaseLayout.astro";
screenshots in keynote for their client projects. MockUPhone right now
supports iPhone mockup, iPad mockup, Android mockup and TV mockup.
</p>
<h3>About the creator</h3>
<h3>About the Creator</h3>
<p>
MockUPhone.com is developed by
<a
Expand Down
2 changes: 1 addition & 1 deletion src/pages/attribution/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import BaseLayout from "../../layouts/BaseLayout/BaseLayout.astro";
content="MockUPhone's vector mockups are coming from different iOS psd and Android psd providers. Special Thanks to the designers and developers."
/>
<div class="static-page static-text-page">
<h1 class="title">Attributor</h1>
<h1 class="title">Attribution</h1>
<div class="content row-fluid">
<div class="span10">
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/deviceList/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const deviceTypes: DeviceTypeEnum[] = [
content="MockUPhone supports devices including iPhone mockup, iPad mockup, Android mockup and TV mockup. You can check out the whole device list via this page."
/>
<div class="static-page device-list-page">
<h1 class="title">Device list</h1>
<h1 class="title">Device List</h1>
<div class="content">
{deviceTypes.map((deviceType) => <ListItem type={deviceType} />)}
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/use_case/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import BaseLayout from "../../layouts/BaseLayout/BaseLayout.astro";
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="title">Use case</h1>
<h1 class="title">Use Case</h1>
<p>
MockUPhone helps you to wrap your app screenshots in your favorite
iOS/Android/Win Phone devices with multiple colors and orientations.
Expand Down
Loading