Skip to content

Commit

Permalink
Go to the correct screen
Browse files Browse the repository at this point in the history
  • Loading branch information
urielsalis committed Nov 22, 2023
1 parent dd3c996 commit 372246e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/apps/me.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class AboutUriel extends Component {
<img className=" w-3 md:w-4" alt="uriel' projects" src="./themes/Yaru/status/projects.svg" />
<span className=" ml-1 md:ml-2 text-gray-50 ">Projects</span>
</div>
<div id="talks" tabIndex="0" onFocus={this.changeScreen} className={(this.state.active_screen === "projects" ? " bg-ub-orange bg-opacity-100 hover:bg-opacity-95" : " hover:bg-gray-50 hover:bg-opacity-5 ") + " w-28 md:w-full md:rounded-none rounded-sm cursor-default outline-none py-1.5 focus:outline-none duration-100 my-0.5 flex justify-start items-center pl-2 md:pl-2.5"}>
<div id="talks" tabIndex="0" onFocus={this.changeScreen} className={(this.state.active_screen === "talks" ? " bg-ub-orange bg-opacity-100 hover:bg-opacity-95" : " hover:bg-gray-50 hover:bg-opacity-5 ") + " w-28 md:w-full md:rounded-none rounded-sm cursor-default outline-none py-1.5 focus:outline-none duration-100 my-0.5 flex justify-start items-center pl-2 md:pl-2.5"}>
<img className=" w-3 md:w-4" alt="uriel' talks" src="./themes/Yaru/status/audio-headphones-symbolic.svg" />
<span className=" ml-1 md:ml-2 text-gray-50 ">Talks</span>
</div>
Expand Down Expand Up @@ -295,7 +295,6 @@ function Projects() {
<div className="bg-white absolute rounded-full p-0.5 md:p-1 top-0 transform -translate-y-1/2 right-full"></div>
</div>
</div>
<iframe src="https://github.com/sponsors/urielsalis/card" title="Sponsor urielsalis" className='my-4 w-5/6 md:w-3/4' ></iframe>

{
project_list.map((project, index) => {
Expand Down

0 comments on commit 372246e

Please sign in to comment.